/* Gallery page enhancements for collection overlay text */

.annie-photos .annie-photo-item .photo-text-more {
    max-width: 90%;
    padding: 0 20px;
}

.annie-photos .annie-photo-item .photo-text-more .heading {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.annie-photos .annie-photo-item .photo-text-more .meta {
    color: #e0e0e0;
    text-transform: none;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4.5em;
}

/* Mobile Logo */
.annie-mobile-logo {
    padding: 30px 0 20px;
}

.annie-mobile-logo-dark {
    background-color: #2c2c2c;
    border-bottom: 1px solid #3a3a3a;
}

.annie-mobile-logo .mobile-logo-img {
    max-width: 200px;
    height: auto;
    display: inline-block;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .annie-photos .annie-photo-item .photo-text-more .heading {
        font-size: 16px;
        margin-bottom: 8px;
    }
    
    .annie-photos .annie-photo-item .photo-text-more .meta {
        font-size: 12px;
        -webkit-line-clamp: 2;
        max-height: 3em;
    }
}

@media (max-width: 480px) {
    .annie-photos .annie-photo-item .photo-text-more .heading {
        font-size: 14px;
        margin-bottom: 5px;
    }
    
    .annie-photos .annie-photo-item .photo-text-more .meta {
        font-size: 11px;
        -webkit-line-clamp: 2;
    }
    
    .annie-mobile-logo {
        padding: 20px 0 15px;
    }
    
    .annie-mobile-logo .mobile-logo-img {
        max-width: 160px;
    }
}
