.promo-widget-link {
    display: block;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.promo-widget-container {
    text-align: center;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 15px;
    transition: transform 0.2s ease;
}

.promo-widget-container:hover {
    transform: scale(1.02);
    box-shadow: 0 0 15px rgba(0, 102, 255, 0.3);
}

.promo-logo {
    max-height: max-content;
    margin-bottom: 7px;
}

.promo-text {
    font-size: 34px;
    line-height: 1.4;
    font-weight: 600;
    color: #0a6cff;
    text-align: center;
}
