/* College Blog Manager Premium Layout & Styling System */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

/* Apply modern fonts, line heights, and margins to the single blog container */
.single-post .entry-content,
.single-post article {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #1e293b;
    line-height: 1.8;
    font-size: 17px;
}

.single-post .entry-content h2 {
    font-size: 28px;
    font-weight: 700;
    color: #0f172a;
    margin-top: 40px;
    margin-bottom: 16px;
    border-bottom: 2px solid #f1f5f9;
    padding-bottom: 8px;
}

.single-post .entry-content h3 {
    font-size: 22px;
    font-weight: 600;
    color: #1e293b;
    margin-top: 30px;
    margin-bottom: 12px;
}

.single-post .entry-content p {
    margin-bottom: 24px;
}

/* Styled Table of Contents / Admission boxes */
.cbm-info-box {
    background: #f8fafc;
    border-left: 4px solid #10b981;
    border-radius: 4px;
    padding: 18px;
    margin: 24px 0;
}

/* Verification banner styles */
.cbm-verification-banner {
    background: #f8fafc;
    border-left: 4px solid #3b82f6;
    padding: 12px 16px;
    margin-bottom: 24px;
    border-radius: 0 8px 8px 0;
    font-size: 13.5px;
    color: #475569;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.cbm-quick-answer-box {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    border: 1px solid #bfdbfe;
    border-radius: 12px;
    padding: 20px 24px;
    margin-bottom: 28px;
}

.cbm-quick-answer-box h3 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #1e3a8a;
    font-size: 18px;
}

.cbm-quick-answer-box p {
    margin: 0;
    line-height: 1.6;
    color: #1e40af;
}

.cbm-takeaways-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px 24px;
    margin-bottom: 28px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.cbm-takeaways-card h3 {
    margin-top: 0;
    margin-bottom: 12px;
    color: #0f172a;
    font-size: 18px;
}

.cbm-takeaways-card ul {
    margin: 0;
    padding-left: 20px;
}

.cbm-takeaways-card li {
    margin-bottom: 8px;
    color: #334155;
    line-height: 1.5;
}

.cbm-related-colleges-section {
    margin-top: 40px;
    border-top: 1px solid #e2e8f0;
    padding-top: 30px;
}

.cbm-related-colleges-section h3 {
    font-size: 22px;
    color: #0f172a;
    margin-bottom: 20px;
}

.cbm-colleges-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

.cbm-college-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    gap: 16px;
    align-items: center;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cbm-college-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.cbm-college-logo {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    object-fit: contain;
    background: #f8fafc;
    border: 1px solid #f1f5f9;
}

.cbm-college-info {
    flex: 1;
}

.cbm-college-info h4 {
    margin: 0 0 4px;
    font-size: 16px;
    color: #0f172a;
}

.cbm-college-loc {
    margin: 0 0 12px;
    font-size: 13px;
    color: #64748b;
}

.cbm-college-link-btn {
    display: inline-block;
    background: #2563eb;
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 6px 12px;
    font-size: 12.5px;
    border-radius: 6px;
    font-weight: 500;
    transition: background 0.2s ease;
}

.cbm-college-link-btn:hover {
    background: #1d4ed8;
}

/* Directory / Google Search layout styles */
.cbm-search-widget-wrapper {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 30px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.cbm-search-input-group {
    display: flex;
    align-items: center;
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 6px 12px;
    gap: 10px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cbm-search-input-group:focus-within {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.cbm-search-icon {
    font-size: 18px;
    color: #64748b;
}

.cbm-search-field {
    border: none !important;
    background: transparent !important;
    outline: none !important;
    flex: 1;
    font-size: 15px;
    color: #0f172a;
    padding: 8px 0;
}

.cbm-search-submit {
    background: #2563eb;
    color: #ffffff;
    border: none;
    padding: 8px 18px;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.2s ease;
}

.cbm-search-submit:hover {
    background: #1d4ed8;
}

