/* Metamock Downloads - Frontend Styles */

/* Buy Button - reset all inherited theme styles */
.mmd-buy-button {
    text-decoration: none;
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none;
    outline: none;
}

/* Success Page */
.mmd-success {
    max-width: 500px;
    margin: 30px auto;
    padding: 30px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 8px;
    text-align: center;
}

.mmd-success h3 {
    margin-top: 0;
    color: #166534;
}

.mmd-download-button {
    display: inline-block;
    margin: 15px 0;
    padding: 14px 36px;
    background: #16a34a;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 18px;
    font-weight: 600;
    border-radius: 6px;
    transition: background 0.2s;
}

.mmd-download-button:hover {
    background: #15803d;
    color: #fff !important;
}

.mmd-expiry {
    margin-top: 10px;
    font-size: 13px;
    color: #666;
}

.mmd-expired {
    color: #dc2626;
    font-weight: 600;
}

/* Thumbnail Grid */
.mmd-thumbs-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    max-width: 100%;
    margin: 30px auto;
}

.mmd-thumb {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    padding: 6px;
    box-sizing: border-box;
}

/* Error */
.mmd-error {
    max-width: 500px;
    margin: 30px auto;
    padding: 20px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 8px;
    text-align: center;
    color: #991b1b;
}
