﻿/* UNDER CONSTRUCTION блок */


.botc-uc-image {
    width: 100%;
    max-width: 300px; /* промени на 300, 320, 400 — както ти харесва */
    height: auto;
    display: block;
    margin: 0 auto 1rem auto;
}

.botc-uc-icon {
    font-size: 2.4rem;
    margin-bottom: 0.75rem;
    opacity: 0.9;
}

.botc-uc-text {
    color: var(--botc-text-muted);
    font-size: 0.96rem;
    line-height: 1.7;
}

.botc-uc-links a {
    color: var(--botc-purple);
    font-weight: 600;
    text-decoration: none;
}

    .botc-uc-links a:hover {
        color: var(--botc-purple-soft);
        text-decoration: underline;
    }

.botc-social-icons {
    display: flex;
    justify-content: center;
    gap: 1.2rem;
    margin-top: 1.2rem;
}

    .botc-social-icons img {
        width: 48px; /* нормален размер */
        height: 48px;
        opacity: 0.85;
        transition: opacity 0.2s ease, transform 0.2s ease;
    }

        .botc-social-icons img:hover {
            opacity: 1;
            transform: scale(1.08);
        }

.botc-uc-card {
    max-width: 760px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
    border-radius: 1.25rem;
    background: #f6f0ff;
    box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,.25);
    text-align: center;
}

.botc-uc-image {
    display: block;
    max-width: 320px;
    width: 100%;
    height: auto;
    margin: 0 auto 1rem auto;
}

.botc-uc-title {
    font-size: 1.6rem;
    font-weight: 700;
    margin: .25rem 0 .5rem 0;
}

.botc-uc-text {
    margin: 0;
    color: #555;
}
