#edd_wallet_deposit_amount_wrapper ul {
    list-style-type: none;
    margin-left: 0;
}

.edd-graftype-api-limit-notice-description {
    margin-top: 0;
    color: #4c5357;
    font-size: 13px;
    line-height: 1.45;
}

.edd-graftype-api-limit-notice-card {
    margin-top: 0;
}

.edd-sl-license-details .edd-graftype-api-license-card,
.edd_sl_license_key_details .edd-graftype-api-license-card,
.edd-graftype-api-license-card {
    margin-top: 0 !important;
}

.edd-graftype-api-limit-notice-row {
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.edd-graftype-api-limit-notice-toggle,
.edd-wallet-auto-renew-toggle {
    margin-top: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #111827;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    text-decoration: none;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
}

.edd-graftype-api-limit-notice-toggle:hover,
.edd-wallet-auto-renew-toggle:hover {
    color: #111827;
    text-decoration: none;
}

.edd-graftype-api-limit-notice-toggle.is-loading,
.edd-wallet-auto-renew-toggle.is-loading {
    opacity: .6;
    pointer-events: none;
}

.edd-graftype-api-limit-notice-switch {
    position: relative;
    width: 38px;
    height: 22px;
    border-radius: 999px;
    transition: background-color .2s ease;
    flex: 0 0 auto;
}

.edd-graftype-api-limit-notice-switch.is-enabled {
    background: #00BF63;
}

.edd-graftype-api-limit-notice-switch.is-disabled {
    background: #c7d0d9;
}

.edd-graftype-api-limit-notice-switch-knob {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 3px rgba(17, 24, 39, 0.18);
    transition: transform .2s ease;
}

.edd-graftype-api-limit-notice-switch.is-enabled .edd-graftype-api-limit-notice-switch-knob {
    transform: translateX(16px);
}

.edd-graftype-api-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.edd-wallet-auto-renew-status-text,
.edd-wallet-auto-renew-feedback,
.edd-wallet-auto-renew-legacy-status {
    margin: 10px 0 0;
    font-size: 13px;
    line-height: 1.5;
}

.edd-wallet-auto-renew-details-body .edd-wallet-auto-renew-status-text {
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 0;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 500;
    background: transparent;
    color: #4c5357;
}

.edd-wallet-auto-renew-details-body .edd-wallet-auto-renew-status-text {
    color: #111827;
}

.edd-wallet-auto-renew-details-body {
    margin-top: 10px;
    padding: 14px 16px;
    border: 1px solid #d9e1e7;
    border-radius: 10px;
    background: #fff;
    box-shadow: none;
}

.edd-wallet-auto-renew-details-body p,
.edd-wallet-auto-renew-details-body .post-text p,
.edd-wallet-auto-renew-details-body.post-text p {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    color: #4c5357;
}

.edd-wallet-auto-renew-details-body p:last-child,
.edd-wallet-auto-renew-details-body .post-text p:last-child,
.edd-wallet-auto-renew-details-body.post-text p:last-child {
    margin-bottom: 0;
}

.edd-wallet-auto-renew-details-body p:not(.edd-wallet-auto-renew-status-text):last-child,
.edd-wallet-auto-renew-details-body .post-text p:not(.edd-wallet-auto-renew-status-text):last-child,
.edd-wallet-auto-renew-details-body.post-text p:not(.edd-wallet-auto-renew-status-text):last-child {
    color: #4c5357;
    font-weight: 400;
}

.edd-wallet-auto-renew-feedback[hidden] {
    display: none !important;
}

.edd-wallet-custom-download-links-card {
    margin-top: 12px;
}

.edd-wallet-custom-download-links-body {
    margin-top: 10px;
    display: grid;
    gap: 10px;
}

.edd-wallet-custom-download-links-body .edd-custom-download-links {
    margin-top: 0;
    display: grid;
    gap: 10px;
}

.edd-wallet-custom-download-links-body .edd-custom-download-link {
    margin: 0;
    padding: 12px 14px;
    border: 1px solid #d9e1e7;
    border-radius: 10px;
    background: #fff;
    line-height: 1.5;
}

.edd-wallet-custom-download-links-body .edd-custom-download-link a {
    font-weight: 600;
    text-decoration: none;
}

.edd-wallet-custom-download-links-body .edd-custom-download-link a:hover {
    text-decoration: underline;
}

.edd-wallet-github-repositories-card {
    margin-top: 12px;
}

.edd-wallet-github-repositories-body {
    margin-top: 10px;
}

.edd-wallet-github-repositories-body .edd-github-repos {
    margin-top: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border: 1px solid #d9e1e7;
    border-radius: 10px;
    background: #fff;
    color: #111827;
    font-weight: 600;
    text-decoration: none;
}

.edd-wallet-github-repositories-body .edd-github-repos::after {
    content: "Open";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border-radius: 999px;
    background: #f3f6f8;
    color: #4c5357;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .01em;
}

.edd-wallet-github-repositories-body .edd-github-repos:hover {
    text-decoration: none;
    border-color: #bfcbd6;
}

.edd-wallet-github-repositories-body .github-rp-icon {
    font-size: 18px;
}

.edd-wallet-renew-now-card {
    margin-top: 12px;
}

.edd-wallet-renew-now-body {
    margin-top: 0;
    margin-bottom: 30px;
}

.edd-wallet-renew-now-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid #00BF63;
    border-radius: 10px;
    background: #00BF63;
    color: #fff !important;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    box-shadow: none;
}

.edd-wallet-renew-now-button:hover {
    background: #00a857;
    border-color: #00a857;
    color: #fff !important;
}

@media (max-width: 640px) {
    .edd-graftype-api-limit-notice-row {
        align-items: flex-start;
    }
}
