.btn-info {
    color: #fff;
    background-color: #17a2b8 !important;
}

.btn-primary {
    color: #fff;
    background-color: #007bff !important;
}

.btn-success {
    color: #fff;
    background-color: #28a745 !important;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d !important;
}

.btn-warning {
    color: #fff;
    background-color: #ffc107 !important;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545 !important;
}

.mel_check_con {
    margin: 10px 0;
    padding-bottom: 10px;
}

.hidden-box.show > .mel_check_con {
    margin: 8px 0 0;
    padding-bottom: 0;
}

.mel_check_con.rounded-pill .mel_check_pan,
.mel_check_con.rounded-pill .text {
    border-radius: 999px;
}

.mel_check_con .btn,
.mel_check_con .mel_check_pan {
    width: 100%;
}

.mel_check_con .text,
.mel_check_con .mel_check_pan {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.mel_check_con .text {
    border: none;
    border-radius: 4px;
    display: block;
    width: 100%;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 36px;
    outline: none;
    padding: 0 18px;
    text-align: center;
    position: relative;
}

.mel_check_con .text a,
.mel_check_con a {
    color: inherit;
    text-decoration: none !important;
    word-break: break-all;
}

.mel_check_con .wpmel-check-action {
    color: #fff !important;
    text-decoration: none !important;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.mel_check_con .wpmel-check-action:hover,
.mel_check_con .wpmel-check-action:focus {
    color: #fff !important;
    background-color: #c82333 !important;
    box-shadow: inset 0 0 0 999px rgba(0, 0, 0, 0.06);
    text-decoration: none !important;
}

.mel_check_con .text + .text {
    margin-top: 8px;
}

.mel_check_con .wpmel-check-detail {
    display: block;
    white-space: normal;
    text-align: left;
    line-height: 1.5;
}

.mel_check_con .wpmel-check-detail + .wpmel-check-detail {
    margin-top: 8px;
}

.mel_check_con .wpmel-check-url,
.mel_check_con .wpmel-check-reason {
    display: block;
}

.mel_check_con .wpmel-check-url {
    font-weight: 600;
}

.mel_check_con .wpmel-check-reason {
    margin-top: 4px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    opacity: 0.95;
}

.wpmel-check-loading {
    opacity: 0.95;
}

.wpmel-check-loading .text::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255, 255, 255, 0.55);
    border-top-color: #fff;
    border-radius: 50%;
    display: inline-block;
    animation: wpmel-spin 0.8s linear infinite;
}

.wpmel-check-link-wrap {
    margin-top: 10px;
}

@keyframes wpmel-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
