.bond-mentorship-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.bm-mentor-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.bm-mentor-card h3 {
    margin-top: 0;
}

.bm-expertise-tag {
    display: inline-block;
    background: #f0f0f0;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    margin-right: 5px;
}

.bm-booking-btn {
    display: block;
    width: 100%;
    background: #007cba;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 15px;
}

.bm-booking-btn:hover {
    background: #006799;
}

.bond-mentorship-portal {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
}
