/**
 * SLS Tournaments Display Styles
 */

.sls-tournaments-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.sls-tournament-payment-success .status-lead,
.sls-tournament-payment-failure .status-lead {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    color: #2b4079;
}

.sls-tournament-payment-failure .status-lead {
    color: #b00020;
}

.sls-tournament-payment-success .status-note,
.sls-tournament-payment-failure .status-note {
    font-size: 0.9rem;
    color: #555;
    margin-top: 1.5rem;
}

.success-summary,
.failure-summary {
    margin: 1.5rem 0;
}

.success-summary-list,
.failure-summary ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.success-summary-list li,
.failure-summary ul li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.4rem 0;
    border-bottom: 1px solid #e6e9f2;
    font-size: 0.95rem;
}

.success-summary-list li:last-child,
.failure-summary ul li:last-child {
    border-bottom: none;
}

.summary-label {
    font-weight: 600;
    color: #2b4079;
}

.summary-value {
    color: #333;
    text-align: right;
    flex: 1;
}

.success-categories ul {
    list-style: disc;
    margin: 0.5rem 0 0 1.5rem;
    color: #333;
    text-align: left;
}

.sls-tournament-payment-success,
.sls-tournament-payment-failure {
    max-width: 520px;
    margin: 8vh auto;
    padding: 0 1.5rem;
}

.sls-tournament-payment-success .success-container,
.sls-tournament-payment-failure .failure-container {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 12px 40px rgba(59, 76, 115, 0.18);
    padding: 2.25rem 2.5rem;
    text-align: center;
    position: relative;
}

.sls-tournament-payment-success h2,
.sls-tournament-payment-failure h2 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
    color: #1f2a4c;
    font-weight: 700;
    text-transform: none;
}

.sls-tournament-payment-failure h2 {
    color: #b00020;
}

.sls-tournament-payment-success .success-actions,
.sls-tournament-payment-failure .failure-actions {
    margin-top: 2rem;
}

.sls-tournament-payment-success .btn-primary,
.sls-tournament-payment-failure .btn-primary {
    min-width: 200px;
}

.sls-tournament-payment-success .success-summary,
.sls-tournament-payment-failure .failure-summary {
    text-align: left;
}

.sls-tournament-payment-success .success-categories ul {
    margin-left: 1.25rem;
    list-style: disc;
}

.sls-tournament-payment-success .success-categories li {
    font-size: 0.95rem;
    color: #333;
    padding: 0.2rem 0;
}

.sls-tournament-payment-success .status-lead,
.sls-tournament-payment-success .status-note {
    color: #2b4079;
}

.sls-tournament-payment-failure .status-note {
    color: #5c5c5c;
}

.sls-tournament-payment-success::before,
.sls-tournament-payment-failure::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top, rgba(255, 255, 255, 0.35), transparent 60%);
    border-radius: 1rem;
    z-index: -1;
    display: none;
}

.sls-tournament-payment-success .success-container::before,
.sls-tournament-payment-failure .failure-container::before {
    content: '';
    position: absolute;
    inset: -20px -25px;
    background: linear-gradient(135deg, rgba(43, 64, 121, 0.08), rgba(92, 113, 186, 0.06));
    border-radius: 1.25rem;
    z-index: -1;
    display: none;
}

.sls-tournament-payment-success .success-container::after,
.sls-tournament-payment-failure .failure-container::after {
    content: '';
    position: absolute;
    inset: -10px -15px;
    border-radius: 1.1rem;
    background: linear-gradient(135deg, rgba(43, 64, 121, 0.12), rgba(58, 86, 162, 0.05));
    z-index: -1;
    opacity: 0.7;
    display: none;
}

.sls-tournaments-container p {
    font-size: 0.875rem !important;
}

.sls-tournaments-container {
    max-width: 1000px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    margin-bottom: 0;
    padding: 2rem;
    background: linear-gradient(135deg, #f5f5f5, #ffffff);
    color: #232323;
    border-radius: 1rem;
    text-transform: none !important;
}

.sls-tournaments-heading {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: none !important;
}

.sls-tournaments-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sls-tournament-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px 24px;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.sls-tournament-card:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-color: #ccc;
}

.sls-tournament-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-right: 20px;
}

.sls-tournament-title {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin: 0;
    padding: 0;
    line-height: 1.4;
}

.sls-tournament-datetime {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    color: #666;
    margin: 0;
    padding: 0;
    line-height: 1.4;
}

.sls-tournament-action {
    flex-shrink: 0;
}

.sls-tournament-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f5f5f5;
    color: #333;
    border: 1px solid #999;
    border-radius: 4px;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    white-space: nowrap;
    cursor: pointer;
}

.sls-tournament-button:hover {
    background-color: #e8e8e8;
    color: #000;
    border-color: #666;
    text-decoration: none;
}

.sls-tournament-button:active {
    background-color: #ddd;
}

.sls-tournaments-empty {
    text-align: center;
    padding: 40px 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    color: #666;
}

/* Responsive Design */
@media (max-width: 768px) {
    .sls-tournament-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 16px 20px;
    }
    
    .sls-tournament-content {
        padding-right: 0;
        width: 100%;
    }
    
    .sls-tournament-action {
        width: 100%;
    }
    
    .sls-tournament-button {
        width: 100%;
        text-align: center;
    }
    
    .sls-tournaments-heading {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .sls-tournament-title {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .sls-tournaments-container {
        padding: 15px 0;
    }
    
    .sls-tournaments-heading {
        font-size: 22px;
        margin-bottom: 15px;
    }
    
    .sls-tournaments-list {
        gap: 15px;
    }
    
    .sls-tournament-card {
        padding: 14px 16px;
    }
    
    .sls-tournament-title {
        font-size: 15px;
    }
    
    .sls-tournament-datetime {
        font-size: 13px;
    }
}

/* Modal Styles */
.sls-tournament-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sls-tournament-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

.sls-tournament-modal-content {
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    max-width: 900px;
    width: 90%;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    z-index: 10001;
    overflow: hidden;
}

.sls-tournament-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid #e0e0e0;
    flex-shrink: 0;
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    padding: 0.875rem 0.5rem;
    border: none;
}

.sls-tournament-modal-title {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin: 0;
    padding: 0;
    display: none;
}

.sls-tournament-modal-close {
    background: none;
    border: none;
    font-size: 32px;
    line-height: 1;
    color: #666;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease;
}

.sls-tournament-modal-close:hover {
    color: #000;
}

.sls-tournament-modal-body {
    padding: 24px;
    overflow-y: auto;
    flex: 1;
    padding: 0 0.875rem;
}

.sls-tournament-modal-loading {
    text-align: center;
    padding: 40px 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    color: #666;
}

.sls-tournament-error {
    padding: 20px;
    background-color: #fee;
    border: 1px solid #fcc;
    border-radius: 4px;
    color: #c33;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body.sls-modal-open {
    overflow: hidden;
}

/* Accordion Styles */
.sls-tournament-modal-accordion {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.sls-accordion-item {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-bottom: 0.5rem;
    overflow: hidden;
    border: none;
}

.sls-accordion-item:last-child {
    margin-bottom: 0;
}

.sls-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    /* background-color: #f9f9f9; */
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s ease;
    padding-right: 2rem;
}

.sls-accordion-header:hover {
    background-color: #f5f5f5;
}

.sls-accordion-item.sls-accordion-active .sls-accordion-header {
    background-color: #f0f0f0;
    border-bottom: 1px solid #e0e0e0;
    background: none;
}

.sls-accordion-title {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
}

.sls-accordion-icon {
    font-size: 12px;
    color: #666;
    transition: transform 0.3s ease;
}

.sls-accordion-content {
    display: none;
    padding: 20px;
    background-color: #fff;
}

.sls-accordion-item.sls-accordion-active .sls-accordion-content {
    display: block;
}

/* Tournament Details Section */
.sls-tournament-details-section,
.sls-tournament-info-section,
.sls-general-instructions-section {
    margin-bottom: 30px;
}

.sls-tournament-details-section:last-child,
.sls-tournament-info-section:last-child,
.sls-general-instructions-section:last-child {
    margin-bottom: 0;
}

.sls-section-heading {
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    color: #333 !important;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
}

.sls-details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 0;
}

.sls-details-left {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.sls-detail-item {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.sls-detail-icon {
    font-size: 1rem;
    line-height: 1.8;
    flex-shrink: 0;
    width: 1rem;
}

.sls-detail-text {
    font-size: 0.875rem;
    color: #333;
    line-height: 1.6;
    flex: 1;
}

.sls-details-right {
    width: 100%;
}

.sls-venue-map {
    width: 100%;
    height: 300px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}

.sls-venue-map iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Tournament Information Section */
.sls-info-content {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    font-size: 0.875rem;
}

.sls-info-box {
    background-color: #f5f5f5;
    /* border: 1px solid #e0e0e0; */
    border-radius: 4px;
    padding: 12px 16px;
    margin-bottom: 16px;
    font-size: 14px;
    color: #333;
    font-size: 0.875rem;
}

.sls-info-wysiwyg {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    font-size: 0.875rem;
}

.sls-info-wysiwyg p {
    margin: 0 0 12px 0;
    font-size: 0.875rem;
}

.sls-info-wysiwyg p:last-child {
    margin-bottom: 0;
}

.sls-info-wysiwyg ul {
    margin: 0 0 12px 0;
    padding-left: 20px;
}

.sls-info-wysiwyg li {
    margin-bottom: 8px;
}

/* General Instructions Section */
.sls-instructions-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0 !important;
}

.sls-instructions-list li {
    padding-left: 24px;
    margin-bottom: 12px;
    position: relative;
    font-size: 14px;
    color: #333;
    line-height: 1.6;
}

.sls-instructions-list li:before {
    content: "•";
    position: absolute;
    left: 8px;
    color: #666;
    font-size: 18px;
    line-height: 1;
}

.sls-instructions-list li a {
    color: #0066cc;
    text-decoration: underline;
    font-size: 0.875rem !important;
}

.sls-instructions-list li a:hover {
    color: #0052a3;
}

.sls-draw-info {
    font-size: 0.875rem !important;
    color: #333;
    line-height: 1.6;
    margin: 0;
    padding: 8px;
    background-color: #f9f9f9;
    border-radius: 4px;
    /* border-left: 3px solid #0066cc; */
}

/* Registration Content */
.sls-registration-content {
    padding: 0;
    font-size: 14px;
    color: #666;
}

.sls-registration-intro {
    margin: 0 0 20px 0;
    font-size: 14px;
    line-height: 1.6;
}

/* Tournament Registration Form */
.sls-tournament-registration-form {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.sls-registration-input-group {
    margin-bottom: 20px;
}

.sls-form-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
}

.sls-input-with-button {
    display: flex;
    gap: 12px;
}

.sls-form-input {
    flex: 1;
    padding: 10px 16px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    font-size: 14px;
    font-family: inherit;
    transition: border-color 0.2s ease;
}

.sls-form-input:focus {
    outline: none;
    border-color: #0066cc;
}

.sls-submit-btn {
    padding: 10px 24px;
    background-color: #0066cc;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
    white-space: nowrap;
}

.sls-submit-btn:hover {
    background-color: #0052a3;
}

.sls-loading {
    padding: 20px 0;
    text-align: center;
    color: #666;
}

.sls-error-message {
    padding: 12px 16px;
    background-color: #fee;
    border: 1px solid #fcc;
    border-radius: 4px;
    color: #c33;
    margin-bottom: 20px;
}

.sls-error-message p {
    margin: 0;
}

/* Player Details Display */
.sls-player-details {
    margin: 24px 0;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 4px;
}

.sls-detail-row {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}

.sls-detail-row:last-child {
    border-bottom: none;
}

.sls-detail-label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    min-width: 200px;
}

.sls-detail-value {
    font-size: 14px;
    color: #555;
    flex: 1;
}

/* Tournament Selection */
.sls-tournament-selection {
    margin: 24px 0;
}

.sls-form-group {
    margin-bottom: 20px;
}

.sls-form-select {
    width: 100%;
    padding: 10px 16px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    font-size: 14px;
    font-family: inherit;
    background-color: #fff;
    transition: border-color 0.2s ease;
}

.sls-form-select:focus {
    outline: none;
    border-color: #0066cc;
}

/* Registration Amount */
.sls-registration-amount {
    margin: 24px 0;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 4px;
}

.sls-amount-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sls-amount-label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.sls-amount-value {
    font-size: 1rem;
    font-weight: 700;
    color: #0066cc;
}

/* Terms Section */
.sls-terms-section {
    margin: 24px 0;
}

.sls-checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.sls-checkbox-group input[type="checkbox"] {
    margin-top: 2px;
    cursor: pointer;
}

.sls-checkbox-group label {
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

.sls-checkbox-group label a {
    color: #0066cc;
    text-decoration: underline;
    font-size: 0.875rem !important;
}

.sls-checkbox-group label a:hover {
    color: #0052a3;
}

/* Action Buttons */
.sls-action-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 24px;
}

.sls-cancel-btn,
.sls-pay-btn,
.sls-register-pay-btn {
    padding: 10px 24px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
}

.sls-cancel-btn {
    background-color: #f5f5f5;
    color: #333;
    border: 1px solid #d0d0d0;
}

.sls-cancel-btn:hover {
    background-color: #e8e8e8;
    border-color: #ccc;
}

.sls-pay-btn,
.sls-register-pay-btn {
    background-color: #0066cc;
    color: #fff;
}

.sls-pay-btn:hover,
.sls-register-pay-btn:hover {
    background-color: #0052a3;
}

/* Confirmation Section */
.sls-confirmation-section {
    margin: 24px 0;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}

.sls-confirmation-content {
    margin-bottom: 24px;
}

.sls-confirmation-row {
    display: flex;
    padding: 12px 0;
    border-bottom: 1px solid #e0e0e0;
}

.sls-confirmation-row:last-child {
    border-bottom: none;
}

.sls-confirmation-label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    min-width: 200px;
}

.sls-confirmation-value {
    font-size: 14px;
    color: #555;
    flex: 1;
}

.sls-confirmation-actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #e0e0e0;
}

.sls-back-to-form-btn,
.sls-confirm-pay-btn {
    padding: 10px 24px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
}

.sls-back-to-form-btn {
    background-color: #f5f5f5;
    color: #333;
    border: 1px solid #d0d0d0;
}

.sls-back-to-form-btn:hover {
    background-color: #e8e8e8;
    border-color: #ccc;
}

.sls-confirm-pay-btn {
    background-color: #0066cc;
    color: #fff;
}

.sls-confirm-pay-btn:hover {
    background-color: #0052a3;
}

.sls-confirm-pay-btn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

/* Modal Footer */
.sls-tournament-modal-footer {
    display: flex;
    justify-content: space-between;
    padding: 20px 24px;
    border-top: 1px solid #e0e0e0;
    gap: 12px;
    flex-shrink: 0;
}

.sls-modal-btn {
    padding: 12px 24px;
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border: none;
    transition: all 0.2s ease;
}

.sls-modal-btn-back {
    background-color: #666;
    color: #fff;
}

.sls-modal-btn-back:hover {
    background-color: #555;
}

.sls-modal-btn-register {
    background-color: #0066cc;
    color: #fff;
}

.sls-modal-btn-register:hover {
    background-color: #0052a3;
}

/* Responsive Modal */
@media (max-width: 768px) {
    .sls-tournament-modal-content {
        width: 95%;
        max-height: 95vh;
    }
    
    .sls-tournament-modal-header {
        padding: 16px 20px;
    }
    
    .sls-tournament-modal-title {
        font-size: 20px;
    }
    
    .sls-tournament-modal-body {
        padding: 20px;
    }
    
    .sls-details-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .sls-details-right {
        order: -1;
    }
    
    .sls-venue-map {
        height: 250px;
    }
    
    .sls-tournament-modal-footer {
        flex-direction: column;
        padding: 16px 20px;
    }
    
    .sls-modal-btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .sls-tournament-modal-content {
        width: 100%;
        max-height: 100vh;
        border-radius: 0;
    }
    
    .sls-tournament-modal-header {
        padding: 14px 16px;
    }
    
    .sls-tournament-modal-title {
        font-size: 18px;
    }
    
    .sls-tournament-modal-body {
        padding: 16px;
    }
    
    .sls-section-heading {
        font-size: 12px !important;
    }
    
    .sls-accordion-header {
        padding: 14px 16px;
    }
    
    .sls-accordion-content {
        padding: 16px;
    }
    
    .sls-input-with-button {
        flex-direction: column;
    }
    
    .sls-submit-btn {
        width: 100%;
    }
    
    .sls-detail-row {
        flex-direction: column;
    }
    
    .sls-detail-label {
        min-width: auto;
        margin-bottom: 4px;
    }
    
    .sls-amount-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .sls-action-buttons {
        flex-direction: column;
    }
    
    .sls-cancel-btn,
    .sls-pay-btn,
    .sls-register-pay-btn {
        width: 100%;
    }
    
    .sls-confirmation-section {
        padding: 16px;
    }
    
    .sls-confirmation-label {
        min-width: auto;
        margin-bottom: 4px;
    }
    
    .sls-confirmation-row {
        flex-direction: column;
    }
    
    .sls-confirmation-actions {
        flex-direction: column;
    }
    
    .sls-back-to-form-btn,
    .sls-confirm-pay-btn {
        width: 100%;
    }
}

