/*
Theme Name: Universal Thrill
Theme URI: #
Description: Universal Thrill, Best Plateform for Photo status, Video Status, Travel Guid, Reciies, Facts etc.
Author: Universal Thrill
Author URI: #
Template: astra
Version: 1.0.0
*/
.photo-status-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}

.photo-status-item img {
    width: 300px;
    height: auto;
    border-radius: 6px;
}

.photo-status-title {
    margin-top: 8px;
    font-size: 16px;
    text-align: center;
}

/* photo-single */
.photo-status-single {
    max-width: 1200px;
    margin: 40px auto;
    text-align: center;
}
.photo-status-single h1 {
    font-size: 15px;
}
.photo-wrapper {
    position: relative;
    max-width: 300px;
    text-align: center;
    align-content: center;
    align-self: center;
    margin: 10px;
}

#countdownOverlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;

    color: white;
    font-size: 15px;
    font-weight: bold;

    /* White glow effect */
    text-shadow:
        0 0 10px #ffffff,
        0 0 15px #ffffff,
        0 0 22px rgba(255,255,255,1.0),
        0 0 26px rgba(255,255,255,0.8);
}
#countdownNumber{
    font-size: 40px;
}
.download-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background: #000;
    color: #fff;
    text-decoration: none;
}
