.theme-earthbroadband {
    color: #324e43;
    font-family: "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 0;
}

.theme-earthbroadband .earth-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 112px;
    margin-bottom: 32px;
    padding: 24px 0;
    border-bottom: 2px solid #4b6258;
}

.theme-earthbroadband .earth-logo {
    display: block;
    width: 150px;
    max-width: 100%;
    height: auto;
}

.theme-earthbroadband .earth-payment-logo {
    width: 100px;
    height: auto;
}

.theme-earthbroadband .panel {
    border-color: #cbd5cf;
    border-radius: 8px;
    box-shadow: none;
    overflow: hidden;
}

.theme-earthbroadband .panel-heading {
    background-color: #4b6258 !important;
    border-color: #4b6258;
    color: #fff;
    padding: 16px 20px;
    font-size: 20px;
    font-weight: 600;
}

.theme-earthbroadband .panel-body {
    padding: 20px;
    line-height: 1.6;
}

.theme-earthbroadband .form-control {
    border-color: #82988d;
    border-radius: 6px;
    min-height: 44px;
    font-size: 16px;
    color: #324e43;
    box-shadow: none;
}

.theme-earthbroadband .form-control:focus {
    border-color: #324e43;
    outline: 2px solid #324e43;
    outline-offset: 2px;
}

.theme-earthbroadband .btn-success {
    background-color: #4b6258;
    border-color: #4b6258;
    color: #fff;
    border-radius: 6px;
    min-height: 44px;
    padding: 10px 20px;
    font-weight: 600;
    white-space: normal;
}

.theme-earthbroadband .btn-success:hover,
.theme-earthbroadband .btn-success:focus,
.theme-earthbroadband .btn-success:active {
    background-color: #324e43;
    border-color: #324e43;
    color: #fff;
}

.theme-earthbroadband .btn:focus-visible,
.theme-earthbroadband a:focus-visible {
    outline: 2px solid #324e43;
    outline-offset: 3px;
}

.theme-earthbroadband .alert-success {
    background-color: #eceeed;
    border-color: #cbd5cf;
    color: #324e43;
    overflow-wrap: anywhere;
}

.theme-earthbroadband #paymentModal .modal-body > img {
    width: 150px;
    height: auto;
}

@media (max-width: 480px) {
    .theme-earthbroadband .earth-header {
        min-height: 96px;
        margin-bottom: 24px;
    }

    .theme-earthbroadband .earth-logo {
        width: 125px;
    }

    .theme-earthbroadband .earth-payment-logo {
        width: 80px;
    }

    .theme-earthbroadband .alert-success .col-xs-8,
    .theme-earthbroadband .alert-success .col-xs-4 {
        width: 100%;
    }

    .theme-earthbroadband .alert-success .pull-right {
        float: none !important;
    }
}
