/**
 * TBB School Accounts - Frontend Styles
 */

/* Additional global styles if needed */
.tbb-success-message {
    padding: 15px;
    background: #d1fae5;
    border: 1px solid #10b981;
    border-radius: 4px;
    color: #065f46;
    margin: 20px 0;
}

.tbb-error-message {
    padding: 15px;
    background: #fee2e2;
    border: 1px solid #dc2626;
    border-radius: 4px;
    color: #7f1d1d;
    margin: 20px 0;
}

/* MemberPress Integration */
.tbb-memberpress-integration {
    margin: 30px 0;
    padding: 0;
}

.tbb-memberpress-integration .tbb-school-registration-urls {
    box-shadow: none;
    background: transparent;
    padding: 0;
}

.tbb-memberpress-integration .tbb-url-section {
    background: #f9f9f9;
    border-left: 4px solid #2563eb;
    padding: 20px;
    margin: 20px 0;
    border-radius: 4px;
}

.tbb-memberpress-integration h3 {
    font-size: 1.5em;
    margin-bottom: 15px;
}

