/* =========================================================
   SPORTYPOLL REGISTRATION FORM
   FULL RESET / THEME SAFE
   ========================================================= */

.sp-registration-form {
    width: 100% !important;
    max-width: 760px !important;
    margin: 30px auto !important;
    padding: 0 !important;
    display: block !important;
    position: relative !important;
    float: none !important;
    clear: both !important;
    color: #1f2937;
    font-family: inherit;
    box-sizing: border-box;
}


/* =========================================================
   GLOBAL RESET INSIDE FORM
   ========================================================= */

.sp-registration-form,
.sp-registration-form *,
.sp-registration-form *::before,
.sp-registration-form *::after {
    box-sizing: border-box !important;
}

.sp-registration-form div,
.sp-registration-form label,
.sp-registration-form input,
.sp-registration-form select,
.sp-registration-form button {
    position: static;
    float: none;
}


/* =========================================================
   FORM MESSAGE
   ========================================================= */

.sp-registration-form .sp-form-message {
    display: none;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 22px !important;
    padding: 13px 16px !important;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.5;
    clear: both !important;
}

.sp-registration-form .sp-form-message.success {
    display: block !important;
    color: #216e39;
    background: #f0faf3;
    border: 1px solid #b7dfc5;
}

.sp-registration-form .sp-form-message.error {
    display: block !important;
    color: #b42318;
    background: #fff5f5;
    border: 1px solid #efb8b8;
}


/* =========================================================
   FORM GROUP
   ========================================================= */

.sp-registration-form .form-group {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 22px !important;
    padding: 0 !important;
    clear: both !important;
}


/* =========================================================
   LABEL
   ========================================================= */

.sp-registration-form .form-group>label {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 8px !important;
    padding: 0 !important;
    color: #1f2937 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
    text-align: left !important;
}


/* =========================================================
   INPUT / SELECT RESET
   ========================================================= */

.sp-registration-form .form-control {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 50px !important;
    margin: 0 !important;
    padding: 0 15px !important;
    border: 1px solid #d7dbe0 !important;
    border-radius: 6px !important;
    background: #ffffff !important;
    color: #1f2937 !important;
    font-family: inherit !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: normal !important;
    outline: none !important;
    box-shadow: none;
    transform: none !important;
    opacity: 1 !important;
    appearance: none;
    -webkit-appearance: none;
    clear: both !important;
}


/* =========================================================
   INPUT TYPES
   ========================================================= */

.sp-registration-form input[type="text"],
.sp-registration-form input[type="email"],
.sp-registration-form input[type="password"],
.sp-registration-form input[type="tel"],
.sp-registration-form input[type="number"],
.sp-registration-form select {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: 50px !important;
    margin: 0 !important;
    padding: 0 15px !important;
}


/* =========================================================
   PLACEHOLDER
   ========================================================= */

.sp-registration-form input::placeholder {
    color: #9ca3af !important;
    opacity: 1 !important;
}


/* =========================================================
   INPUT FOCUS
   ========================================================= */

.sp-registration-form .form-control:hover {
    border-color: #b8bdc4 !important;
}

.sp-registration-form .form-control:focus {
    border-color: #111827 !important;
    background: #ffffff !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(17, 24, 39, 0.06) !important;
}


/* =========================================================
   SELECT
   ========================================================= */

.sp-registration-form select.form-control {
    cursor: pointer !important;
    padding-right: 40px !important;
    background-image: linear-gradient(45deg, transparent 50%, #555 50%), linear-gradient(135deg, #555 50%, transparent 50%) !important;
    background-position: calc(100% - 18px) 21px, calc(100% - 12px) 21px !important;
    background-size: 6px 6px, 6px 6px !important;
    background-repeat: no-repeat !important;
}


/* =========================================================
   LEAGUES CONTAINER
   ========================================================= */

.sp-registration-form #sp-leagues-container {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 10px 0 28px !important;
    padding: 0 !important;
    clear: both !important;
}


/* =========================================================
   LEAGUE SECTION
   ========================================================= */

.sp-registration-form .sp-league-section {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 30px !important;
    padding: 0 !important;
    clear: both !important;
}

.sp-registration-form .sp-league-section:last-child {
    margin-bottom: 0 !important;
}


/* =========================================================
   SECTION TITLE
   ========================================================= */

.sp-registration-form .section-title {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    margin: 0 0 15px !important;
    padding: 0 0 10px !important;
    border-bottom: 1px solid #e5e7eb !important;
    color: #111827 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    text-align: left !important;
}

.sp-registration-form .section-title i {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 30px !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0 9px 0 0 !important;
    padding: 0 !important;
    border-radius: 50% !important;
    background: #111827 !important;
    color: #ffffff !important;
    font-size: 12px !important;
}


/* =========================================================
   CHECKBOX GRID
   ========================================================= */

.sp-registration-form .checkbox-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    clear: both !important;
}


/* =========================================================
   CHECKBOX LABEL
   IMPORTANT:
   Actual HTML uses .checkbox-label
   ========================================================= */

.sp-registration-form .checkbox-grid .checkbox-label {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 10px 12px !important;
    border: 1px solid #e1e4e8 !important;
    border-radius: 6px !important;
    background: #ffffff !important;
    color: #30343b !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    cursor: pointer !important;
    text-align: left !important;
    transition: all 0.2s ease;
}


/* =========================================================
   CHECKBOX INPUT
   ========================================================= */

.sp-registration-form .checkbox-grid .checkbox-label input[type="checkbox"] {
    display: inline-block !important;
    flex: 0 0 18px !important;
    width: 18px !important;
    min-width: 18px !important;
    max-width: 18px !important;
    height: 18px !important;
    min-height: 18px !important;
    margin: 0 10px 0 0 !important;
    padding: 0 !important;
    border: 1px solid #bfc3c8 !important;
    background: #ffffff !important;
    accent-color: #111827;
    cursor: pointer !important;
    box-shadow: none !important;
    appearance: auto !important;
    -webkit-appearance: auto !important;
}


/* =========================================================
   CHECKBOX HOVER
   ========================================================= */

.sp-registration-form .checkbox-grid .checkbox-label:hover {
    border-color: #b8bdc5 !important;
    background: #fafafa !important;
}


/* =========================================================
   TERMS GROUP
   ========================================================= */

.sp-registration-form .terms-group {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 25px 0 0 !important;
    padding: 20px 0 0 !important;
    border-top: 1px solid #e5e7eb !important;
    clear: both !important;
}


/* =========================================================
   TERMS LABEL
   ========================================================= */

.sp-registration-form .terms-group .checkbox-label {
    display: flex !important;
    align-items: flex-start !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 13px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #555b63 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.55 !important;
    text-align: left !important;
    cursor: pointer !important;
}

.sp-registration-form .terms-group .checkbox-label:last-child {
    margin-bottom: 0 !important;
}


/* =========================================================
   TERMS CHECKBOX
   ========================================================= */

.sp-registration-form .terms-group input[type="checkbox"] {
    display: inline-block !important;
    flex: 0 0 17px !important;
    width: 17px !important;
    min-width: 17px !important;
    max-width: 17px !important;
    height: 17px !important;
    margin: 3px 10px 0 0 !important;
    padding: 0 !important;
    cursor: pointer !important;
    accent-color: #111827;
    box-shadow: none !important;
}


/* =========================================================
   REGISTER BUTTON CONTAINER
   ========================================================= */

.sp-registration-form .register-btn-container {
    display: block !important;
    width: 100% !important;
    margin: 25px 0 0 !important;
    padding: 0 !important;
    clear: both !important;
}


/* =========================================================
   REGISTER BUTTON
   ========================================================= */

.sp-registration-form .btn-register {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 52px !important;
    margin: 0 !important;
    padding: 14px 25px !important;
    border: 0 !important;
    border-radius: 6px !important;
    background: #1f1f1f !important;
    color: #ffffff !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 0.4px !important;
    text-align: center !important;
    cursor: pointer !important;
    box-shadow: none !important;
    transition: all 0.2s ease;
}

.sp-registration-form .btn-register:hover {
    background: #000000 !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}


/* =========================================================
   LOGIN
   ========================================================= */

.sp-registration-form .login-redirect {
    display: block !important;
    width: 100% !important;
    margin: 18px 0 0 !important;
    padding: 0 !important;
    color: #777777 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    text-align: center !important;
    clear: both !important;
}

.sp-registration-form .login-redirect a {
    display: inline !important;
    margin-left: 3px !important;
    color: #111827 !important;
    font-weight: 600 !important;
    text-decoration: underline !important;
}


/* =========================================================
   LOADING
   ========================================================= */

.sp-registration-form .sp-loading {
    display: block !important;
    width: 100% !important;
    padding: 18px !important;
    color: #6b7280 !important;
    background: #fafafa !important;
    border: 1px solid #eeeeee !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    text-align: center !important;
}


/* =========================================================
   ERROR
   ========================================================= */

.sp-registration-form .sp-error {
    display: block !important;
    width: 100% !important;
    margin: 10px 0 !important;
    padding: 12px 15px !important;
    border: 1px solid #efb8b8 !important;
    border-radius: 6px !important;
    background: #fff5f5 !important;
    color: #b42318 !important;
    font-size: 14px !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 767px) {
    .sp-registration-form {
        max-width: 100% !important;
        margin: 20px 0 !important;
    }
    .sp-registration-form .checkbox-grid {
        grid-template-columns: 1fr !important;
    }
    .sp-registration-form .section-title {
        font-size: 17px !important;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 480px) {
    .sp-registration-form {
        margin: 15px 0 !important;
    }
    .sp-registration-form .form-control {
        height: 48px !important;
    }
    .sp-registration-form .checkbox-grid .checkbox-label {
        min-height: 44px !important;
        font-size: 13px !important;
    }
    .sp-registration-form .terms-group .checkbox-label {
        font-size: 13px !important;
    }
    .sp-registration-form .btn-register {
        min-height: 50px !important;
    }
}


/* =========================================================
   CHECKBOX CLICK FIX
   ========================================================= */

.sp-registration-form .checkbox-grid,
.sp-registration-form .checkbox-grid .checkbox-label,
.sp-registration-form .checkbox-grid .checkbox-label input[type="checkbox"],
.sp-registration-form .terms-group,
.sp-registration-form .terms-group .checkbox-label,
.sp-registration-form .terms-group input[type="checkbox"] {
    pointer-events: auto !important;
}

.sp-registration-form .checkbox-grid .checkbox-label {
    position: relative !important;
    z-index: 2 !important;
}

.sp-registration-form .checkbox-grid .checkbox-label input[type="checkbox"] {
    position: relative !important;
    z-index: 3 !important;
    pointer-events: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    cursor: pointer !important;
}

.sp-registration-form .terms-group .checkbox-label {
    position: relative !important;
    z-index: 2 !important;
}

.sp-registration-form .terms-group input[type="checkbox"] {
    position: relative !important;
    z-index: 3 !important;
    pointer-events: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    cursor: pointer !important;
}

.sp-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.sp-loader span {
    width: 35px;
    height: 35px;
    border: 4px solid #ddd;
    border-top-color: #333;
    border-radius: 50%;
    animation: sp-spin 0.8s linear infinite;
}

@keyframes sp-spin {
    100% {
        transform: rotate(360deg);
    }
}


/* =====================================
   SPORTYPOLL PROFILE
===================================== */

.sp-profile-wrapper {
    max-width: 650px;
    margin: 40px auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}


/* Header */

.sp-profile-header {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.sp-profile-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #1e73be;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}

.sp-profile-header h2 {
    margin: 0 0 8px;
    font-size: 26px;
    font-weight: 600;
}

.sp-profile-header p {
    margin: 0;
    color: #777;
}


/* Details */

.sp-profile-details {
    margin-top: 25px;
}

.sp-profile-details p {
    display: flex;
    justify-content: space-between;
    padding: 12px 15px;
    margin: 0;
    background: #f8f8f8;
    border-radius: 6px;
    margin-bottom: 10px;
}

.sp-profile-details strong {
    color: #333;
}


/* Edit Profile */

.sp-profile-wrapper h3 {
    margin-top: 35px;
    margin-bottom: 20px;
    font-size: 22px;
}

#sp-profile-form {
    margin-top: 20px;
}

#sp-profile-form .form-control {
    width: 100%;
    height: 48px;
    padding: 0 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
}

#sp-profile-form .form-control:focus {
    border-color: #1e73be;
    outline: none;
}

.btn-register {
    background: #1e73be;
    color: #fff;
    border: none;
    padding: 13px 35px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    transition: .3s;
}

.btn-register:hover {
    background: #155a96;
}


/* Message */

.sp-profile-message {
    margin-top: 20px;
    padding: 12px;
    border-radius: 6px;
    display: none;
}

.sp-profile-message.success {
    display: block;
    background: #e8f8ee;
    color: #16803c;
}

.sp-profile-message.error {
    display: block;
    background: #ffeaea;
    color: #c62828;
}


/* Delete Button */

.sp-delete-profile {
    margin-top: 30px;
    width: 100%;
    height: 48px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
}

.btn-delete {
    background: #dc3545;
    color: #fff;
}

.btn-delete:hover {
    background: #b52a37;
}


/* Login required */

.sp-profile-login-required {
    max-width: 450px;
    margin: 50px auto;
    text-align: center;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
}

.sp-profile-login-required a {
    display: inline-block;
    margin-top: 15px;
    background: #1e73be;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none;
}


/* Mobile */

@media(max-width:600px) {
    .sp-profile-wrapper {
        margin: 20px 15px;
        padding: 20px;
    }
    .sp-profile-header {
        flex-direction: column;
        text-align: center;
    }
    .sp-profile-details p {
        flex-direction: column;
        gap: 5px;
    }
}

body .sp-registration-form .login-redirect {
    margin: 18px 0 10px !important;
}

.sp-login-form .sp-login-error-message.error {
    display: block !important;
    color: #b42318;
    background: #fff5f5;
    border: 1px solid #efb8b8;
}

.password-field span.login-pass {
    position: absolute;
    top: 17px;
    right: 22px;
    height: auto;
}

.password-field span.password-forgot {
    position: absolute;
    top: 17px;
    right: 22px;
    height: auto;
}
/* =========================================================
   SPORTYPOLL PROFILE
========================================================= */

.sp-profile-wrapper {
    width: 100%;
    max-width: 900px;
    margin: 40px auto;
    padding: 32px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}


/* =========================================================
   PROFILE HEADER
========================================================= */

.sp-profile-header {
    display: flex;
    align-items: center;
    gap: 18px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e8e8e8;
}

.sp-profile-icon {
    width: 64px;
    height: 64px;
    min-width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
}

.sp-profile-header h2 {
    margin: 0 0 5px;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    color: #111;
}

.sp-profile-header p {
    margin: 0;
    font-size: 14px;
    color: #777;
}


/* =========================================================
   PROFILE DETAILS
========================================================= */

.sp-profile-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 30px;
    margin-bottom: 35px;
    padding: 20px;
    background: #f8f8f8;
    border-radius: 8px;
}

.sp-profile-details p {
    margin: 0;
    padding: 12px 0;
    font-size: 15px;
    color: #333;
}

.sp-profile-details strong {
    color: #111;
    font-weight: 600;
}


/* =========================================================
   EDIT PROFILE
========================================================= */

.sp-profile-edit h3 {
    margin: 0 0 25px;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 600;
    color: #111;
}


/* =========================================================
   FORM GROUP
========================================================= */

.sp-profile-edit .form-group {
    margin-bottom: 22px;
}

.sp-profile-edit .form-group > label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: #222;
}


/* =========================================================
   INPUTS
========================================================= */

.sp-profile-edit .form-control {
    width: 100%;
    height: 48px;
    padding: 0 14px;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    background: #fff;
    color: #222;
    font-size: 15px;
    outline: none;
    transition: border-color 0.2s ease,
                box-shadow 0.2s ease;
}

.sp-profile-edit .form-control:focus {
    border-color: #000;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}


/* =========================================================
   SPORTS CHECKBOXES
========================================================= */

.sports-interest-checkboxes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
    margin-top: 8px;
}

.sport-checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: 52px;
    padding: 12px 16px;
    margin: 0;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    transition: border-color 0.2s ease,
                background-color 0.2s ease,
                box-shadow 0.2s ease;
}

.sport-checkbox:hover {
    border-color: #999;
    background: #fafafa;
}

.sport-checkbox:has(input[type="checkbox"]:checked) {
    border-color: #000;
    background: #f7f7f7;
    box-shadow: 0 0 0 1px #000;
}

.sport-checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;

    width: 20px;
    height: 20px;
    min-width: 20px;

    margin: 0;
    padding: 0;

    border: 1.5px solid #b8b8b8;
    border-radius: 4px;

    background: #fff;

    cursor: pointer;
    position: relative;

    transition: all 0.2s ease;
}

.sport-checkbox input[type="checkbox"]:checked {
    background: #000;
    border-color: #000;
}

.sport-checkbox input[type="checkbox"]:checked::after {
    content: "";

    position: absolute;

    width: 5px;
    height: 10px;

    left: 6px;
    top: 2px;

    border: solid #fff;
    border-width: 0 2px 2px 0;

    transform: rotate(45deg);
}

.sport-checkbox input[type="checkbox"]:focus-visible {
    outline: 2px solid #000;
    outline-offset: 2px;
}

.sport-checkbox span {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    color: #222;
    cursor: pointer;
}


/* =========================================================
   OPTIONS / TEAMS
========================================================= */

.sp-profile-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.sp-option-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;

    min-height: 48px;
    padding: 10px 14px;

    margin: 0;

    box-sizing: border-box;

    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;

    cursor: pointer;

    transition: all 0.2s ease;
}

.sp-option-checkbox:hover {
    border-color: #999;
    background: #fafafa;
}

.sp-option-checkbox:has(input[type="checkbox"]:checked) {
    border-color: #000;
    background: #f7f7f7;
}

.sp-option-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    min-width: 18px;

    margin: 0;

    accent-color: #000;

    cursor: pointer;
}

.sp-option-checkbox span {
    font-size: 14px;
    line-height: 1.4;
    color: #222;
}


/* =========================================================
   CONSENT CHECKBOXES
========================================================= */

.sp-consent-checkbox {
    display: flex !important;
    align-items: center;
    gap: 10px;

    cursor: pointer;
}

.sp-consent-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    min-width: 18px;

    margin: 0;

    accent-color: #000;

    cursor: pointer;
}

.sp-consent-checkbox span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #444;
}


/* =========================================================
   UPDATE BUTTON
========================================================= */

.sp-profile-edit .btn-register {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 180px;
    min-height: 48px;

    padding: 12px 24px;

    border: 0;
    border-radius: 6px;

    background: #000;
    color: #fff;

    font-size: 14px;
    font-weight: 600;

    cursor: pointer;

    transition: background-color 0.2s ease,
                opacity 0.2s ease,
                transform 0.2s ease;
}

.sp-profile-edit .btn-register:hover {
    background: #222;
}

.sp-profile-edit .btn-register:active {
    transform: translateY(1px);
}

.sp-profile-edit .btn-register:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}


/* =========================================================
   MESSAGE
========================================================= */

.sp-profile-message {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.5;
}

.sp-profile-message.success {
    padding: 12px 15px;
    border: 1px solid #b7dfc0;
    border-radius: 6px;
    background: #f0fff3;
    color: #217a35;
}

.sp-profile-message.error {
    padding: 12px 15px;
    border: 1px solid #e4b5b5;
    border-radius: 6px;
    background: #fff4f4;
    color: #b42323;
}


/* =========================================================
   DELETE ACCOUNT
========================================================= */

.sp-profile-wrapper hr {
    margin: 35px 0 25px;
    border: 0;
    border-top: 1px solid #e5e5e5;
}

.sp-profile-delete {
    text-align: right;
}

.sp-delete-profile {
    min-height: 44px;
    padding: 10px 20px;

    border: 1px solid #d93025;
    border-radius: 6px;

    background: #fff;
    color: #d93025;

    font-size: 14px;
    font-weight: 600;

    cursor: pointer;

    transition: all 0.2s ease;
}

.sp-delete-profile:hover {
    background: #d93025;
    color: #fff;
}

.sp-delete-profile:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}


/* =========================================================
   LOGIN REQUIRED
========================================================= */

.sp-profile-login-required {
    max-width: 600px;
    margin: 40px auto;
    padding: 30px;

    text-align: center;

    border: 1px solid #e5e5e5;
    border-radius: 8px;

    background: #fff;

    color: #333;
    font-size: 15px;
    line-height: 1.6;
}

.sp-profile-login-required a {
    display: inline-block;
    margin-top: 15px;

    padding: 10px 20px;

    border-radius: 6px;

    background: #000;
    color: #fff;

    text-decoration: none;
}

.sp-profile-login-required a:hover {
    background: #222;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .sp-profile-wrapper {
        margin: 20px auto;
        padding: 20px 16px;
        border-radius: 8px;
    }

    .sp-profile-header {
        gap: 12px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .sp-profile-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
        font-size: 19px;
    }

    .sp-profile-header h2 {
        font-size: 20px;
    }

    .sp-profile-header p {
        font-size: 13px;
        word-break: break-word;
    }

    .sp-profile-details {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 14px;
        margin-bottom: 25px;
    }

    .sp-profile-details p {
        padding: 9px 0;
    }

    .sports-interest-checkboxes {
        grid-template-columns: 1fr;
    }

    .sp-profile-options {
        grid-template-columns: 1fr;
    }

    .sp-profile-edit .btn-register {
        width: 100%;
    }

    .sp-profile-delete {
        text-align: center;
    }

    .sp-delete-profile {
        width: 100%;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .sp-profile-wrapper {
        padding: 18px 14px;
    }

    .sp-profile-header h2 {
        font-size: 18px;
    }

    .sp-profile-header p {
        font-size: 12px;
    }

    .sport-checkbox {
        min-height: 50px;
        padding: 10px 13px;
    }

    .sp-option-checkbox {
        min-height: 46px;
        padding: 9px 12px;
    }

}

#sp-leagues-container {
    display: none !important;
}