
.jarallax-computer {
    background-image: url('../images/USOrigin/us-1.jpg') !important;
    background-position: center center;
}

.jarallax-mobile {
    background-image: url('../images/USOrigin/us-m-1.jpg') !important;
    background-position: center center;
}

label {
    margin-right: 5px;
}

#az-filter {
    margin-top: 10px;
}

.az-letter {
    cursor: pointer;
    margin: 0 5px;
    color: blue;
    text-decoration: underline;
}

#results h3 {
    margin-top: 20px;
}

#results ul {
    list-style: none;
    padding-left: 0;
}

#results li {
    margin-bottom: 5px;
}



.states-title {
    color: #1E53A4;
    background: linear-gradient(to bottom, #CF1F51 26%, #65489A 68%) left top / 4px 100% no-repeat;
    padding-left: 20px;
}

.sorting-gradient-border {
    border: 4px solid transparent;
    border-radius: 0.5rem;
    background-image: linear-gradient(#fff, #fff), linear-gradient(to bottom, #CF1F51, #65489A);
    background-origin: padding-box, border-box;
    background-clip: padding-box, border-box;
    padding: 1.8rem !important;
}

.states-search-controls .form-label {
    font-weight: bold;
    color: #3E3A39;
    white-space: nowrap;
    min-width: 72px;
}

.states-btn {
    background-color: #1E53A4;
    border-color: #1E53A4;
    color: #fff !important;
    border-radius: 50rem !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-size: 260% 100%;
    border: 0;
}

    .states-btn:focus, .states-btn:hover {
        color: #fff;
        box-shadow: 0 1rem 2.5rem rgba(27,22,66,.1),0 .5rem 1rem -.75rem rgba(27,22,66,.1) !important;
        transform: translate3d(0,-3px,0);
    }
/* 搜尋字母欄 */
.states-alphabet-bar {
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    overflow-x: auto;
    white-space: nowrap;
}

    .states-alphabet-bar a {
        display: inline-block;
        padding: 0.5rem 0.75rem;
        color: #3E3A39;
        text-decoration: none;
    }

        .states-alphabet-bar a:hover, .states-alphabet-bar a.active {
            color: #CF1F51;
            font-weight: bold;
        }

    .states-alphabet-bar span {
        color: #C9C9C9;
        padding: 0 0.25rem;
    }

.states-letter-section {
    border-top: 3px solid #1E53A4;
    padding-top: 1rem;
    padding-bottom: 3rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.states-letter-title {
    display: inline-block;
    font-size: 2.8rem;
    font-weight: bold;
    background: linear-gradient(to bottom, #CF1F51 50%, #65489A 68%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    padding-left: 24px;
    padding-top: 25px;
    min-width: 100px;
}

.states-block {
    flex: 1;
}
/* 預設電腦版顯示列底線 */
.states-row {
    border-bottom: 1px solid #E0E0E0;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}

.states-col {
    border-left: none;
}

    .states-col:nth-child(1) {
        border-left: 2px solid #9FA0A0;
    }

.states-item {
    padding: 0.8rem 0;
    color: #3E3A39;
    transition: all 0.2s ease;
}

    .states-item:hover {
        color: #1E53A4;
        font-weight: bold;
        cursor: pointer;
    }