/*
Theme Name: ParsKala Child
Template: parskala
Version: 1.0.0
*/


.safir-product-extra-wrap {
    width: 100%;
    margin: 18px 0 22px;
}

.safir-product-extra-inner {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 14px;
    padding: 18px;
    box-sizing: border-box;
}

.safir-product-banner {
    margin-bottom: 16px;
}

.safir-product-banner-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.safir-product-downloads-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #333;
}

.safir-product-downloads-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.safir-download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    background: #ED1C24;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 14px;
    margin-bottom: 12px;
}

.safir-download-btn:hover {
    background: #f3f3f3;
    color: #e53935;
    border-color: #e53935;
}

@media (max-width: 767px) {
    .safir-product-extra-inner {
        padding: 14px;
    }

    .safir-download-btn {
        width: 100%;
    }
}