.container-jdf-button-layout-with-title {
    background-color: var(--e-global-color-primary);
    border-bottom-right-radius: 16px;
    border-top-right-radius: 16px;
    border-left: 4px solid #FFDE00;
    padding-left: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 16px;
    max-width: 360px;
}

.container-jdf-button-layout-with-title .title {
    color: #ffffff;
    font-size: 18px;
    font-family: "JD Sans Pro";
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px;
}

.container-jdf-button-layout-with-title .button {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 6px;
}

.container-jdf-button-layout-with-title .button .text {
    color: #ffffff;
    font-size: 14px;
    font-family: "JD Sans Pro";
    font-weight: 500;
    line-height: normal;
    display: inline-block;
}

@media(max-width: 767px) {
    .container-jdf-button-layout-with-title .title {
        font-size: 16px;
    }
}