.ved-widget {
        width: 100%;
        padding: 32px;
        border: 1px solid #414651;
        background-color: #F5F5F5;
        color: #181D27;
        box-sizing: border-box;
    }

    .ved-widget h2 {
        font-family: 'TTPhobos',Arial,sans-serif;
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 16px;
        line-height: 1.5;
    }

    .ved-widget p {
        font-family: 'Inter',Arial,sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 24px;
    }

    .ved-button {
        font-family: 'Inter',Arial,sans-serif;
        display: inline-block;
        padding: 8px 20px;
        background-color: #181D27;
        color: white !important;
        text-decoration: none;
        font-size: 16px;
        font-weight: 500;
        border-radius: 2px;
        text-transform: uppercase;
    }