.bd-breadcrumb.style-two { min-height: 20px; }

.rr-btn-new,
.tags__label { text-decoration: underline; }

.promo-banner {
            margin: 0 auto;
            background: #ffe133;
            border-radius: 12px;
            padding: 16px 16px 16px 6px;
            display: flex;
            align-items: center;
            gap: 22px;
            margin-bottom: 20px;
        }

        .banner-icon {
            flex-shrink: 0;
            border-radius: 12px;
        }

        .banner-icon img {
            width: 60px;
            height: 60px;
        }

        .banner-content {
            flex: 1;
        }

        .banner-title {
            font-size: 42px;
            font-weight: 900;
            color: #000;
            line-height: 1.1;
            margin-bottom: 12px;
            padding-bottom: 0px;
padding-top: 0px;
        }

        .banner-subtitle {
            font-size: 18px;
            color: #333;
            font-weight: 600;
            line-height: 1.4;
        }

        .banner-button {
            flex-shrink: 0;
            background-color: #1A1A1A;
            color: #FFFFFF;
            border: none;
            padding: 16px 40px;
            font-size: 18px;
            font-weight: 600;
            border-radius: 16px;
            cursor: pointer;
        }

        .banner-button:hover {
            background-color: #2A2A2A;
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
        }

        .banner-button:active {
            transform: translateY(0);
        }

        @media (max-width: 968px) {
            .promo-banner {
                flex-direction: column;
                text-align: center;
                padding: 32px 24px;
            }


            .banner-title {
                font-size: 28px;
            }

            .banner-subtitle {
                font-size: 16px;
            }

            .banner-button {
                width: 100%;
                margin-top: 16px;
            }
        }