/* Robbie Conceptuel-specific styles */

/* Available badge styling - unique to Robbie Conceptuel page */
.available-badge {
    display: inline-block;
    background-color: #27ae60;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 3px;
    margin-left: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Concept blocks for philosophical sections */
.concept-block {
    background-color: #f8f9fc;
    border-left: 3px solid #080f5b;
    padding: 20px;
    margin: 25px 0;
    color: #444;
}

.concept-title {
    font-weight: 600;
    color: #080f5b;
    margin-bottom: 8px;
    font-size: 18px;
}

.concept-text {
    font-size: 15px;
    line-height: 1.6;
}

/* Philosophy section styling */
.philosophy-section {
    margin-top: 40px;
}

/* Larger book cover for featured work */
.robbie-book-cover {
    width: 120px !important;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .robbie-book-cover {
        width: 150px !important;
    }
}

@media (max-width: 576px) {
    .robbie-book-cover {
        width: 120px !important;
    }
}
