.home-regulation-section {
    width: 100%;
    max-width: none;
    align-self: stretch;
    box-sizing: border-box;
}

.home-regulation-section .regulation-select {
    width: 100%;
    align-self: stretch;
    box-sizing: border-box;
    text-align: left;
}

.home-regulation-section .regulation-select .pulldown-display-box {
    width: 100%;
    max-width: 100%;
}

.pulldown-display-box--placeholder {
    color: #9ca3af;
}

.home-regulation-section .regulation-select label {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 0.5rem;
}

.home-regulation-section .home-regulation-action {
    margin-top: 1.5rem;
    text-align: center;
}

.home-regulation-section .home-regulation-action .go-to-home {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    color: white;
    border: none;
    padding: 0 2.25rem;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
    text-decoration: none;
}

.home-regulation-section .home-regulation-action .go-to-home:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.4);
}

.home-regulation-empty {
    text-align: center;
    color: #6b7280;
}

.home-setting-lead {
    margin: 0 0 1.5rem;
    text-align: center;
    color: #4a5568;
    font-size: 0.95rem;
    line-height: 1.6;
}
