.elementor-widget-padra-branch-widget,
.elementor-widget-padra-branch-widget * {
    box-sizing: border-box;
}

.elementor-widget-padra-branch-widget {
    width: 100%;
    max-width: 100%;
}
.padra-branch-card:hover {
    background: linear-gradient(80.87deg, #F8F6F2 -1.71%, #FFAB7A 103.09%);
}

.elementor-widget-padra-branch-widget .padra-branches {
    width: 100%;
    max-width: 100%;
    background: #fff;
    overflow: hidden;
}

.elementor-widget-padra-branch-widget .padra-branches__inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 72px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.elementor-widget-padra-branch-widget .padra-branches__header {
    max-width: 760px;
}

.elementor-widget-padra-branch-widget .padra-branches__eyebrow {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.3;
    color: #8b8680;
}

.elementor-widget-padra-branch-widget .padra-branches__title {
    margin: 0;
    font-family: var(--padra-font-title, Georgia, "Times New Roman", serif);
    font-size: 48px;
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: 0;
    color: #1f1f1f;
}

.elementor-widget-padra-branch-widget .padra-branches__description {
    margin-top: 16px;
    max-width: 680px;
    color: #6e6a64;
    font-size: 16px;
    line-height: 1.55;
}

.elementor-widget-padra-branch-widget .padra-branches__description p {
    margin: 0 0 12px;
}

.elementor-widget-padra-branch-widget .padra-branches__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.elementor-widget-padra-branch-widget .padra-branch-card {
    min-width: 0;
    min-height: 72px;
    padding: 16px 18px;
    border: 1px solid #ece8e1;
    border-radius: 12px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.elementor-widget-padra-branch-widget .padra-branch-card__left {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.elementor-widget-padra-branch-widget .padra-branch-card__flag {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    background: #f3f0ea;
}

.elementor-widget-padra-branch-widget .padra-branch-card__flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.elementor-widget-padra-branch-widget .padra-branch-card__content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.elementor-widget-padra-branch-widget .padra-branch-card__country {
    color: #1f1f1f;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.elementor-widget-padra-branch-widget .padra-branch-card__city {
    color: #8b8680;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.elementor-widget-padra-branch-widget .padra-branch-card__arrow {
    flex: 0 0 auto;
    color: #6e6a64;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: color .18s ease, transform .18s ease;
}

.elementor-widget-padra-branch-widget .padra-branch-card:hover .padra-branch-card__arrow {
    color: #ff5a00;
    transform: translateX(2px);
}

.elementor-widget-padra-branch-widget .padra-branch-card__arrow svg {
    width: 7px;
    height: 13px;
    display: block;
}

@media (max-width: 1024px) {
    .elementor-widget-padra-branch-widget .padra-branches__inner {
        padding: 56px 40px;
    }

    .elementor-widget-padra-branch-widget .padra-branches__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .elementor-widget-padra-branch-widget .padra-branches__title {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .elementor-widget-padra-branch-widget .padra-branches__inner {
        padding: 40px 16px;
        gap: 24px;
    }

    .elementor-widget-padra-branch-widget .padra-branches__eyebrow {
        font-size: 14px;
    }

    .elementor-widget-padra-branch-widget .padra-branches__title {
        font-size: 32px;
        line-height: 1.12;
        letter-spacing: -0.5px;
    }

    .elementor-widget-padra-branch-widget .padra-branches__description {
        font-size: 14px;
        line-height: 1.45;
    }

    .elementor-widget-padra-branch-widget .padra-branches__grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .elementor-widget-padra-branch-widget .padra-branch-card {
        min-height: 66px;
        padding: 14px 16px;
        border-radius: 12px;
    }
}