.ec-b8e9ba3a-wrapper {
    position: relative;
    display: inline-block;
}

.ec-b8e9ba3a-trigger {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    outline: none;
    transition: background-color 0.3s ease, opacity 0.3s ease;
}

.ec-b8e9ba3a-trigger:hover,
.ec-b8e9ba3a-trigger:focus {
    background-color: transparent !important;
}

.ec-b8e9ba3a-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.ec-b8e9ba3a-icon svg {
    width: 12px;
    height: 12px;
    fill: currentColor;
}

.ec-b8e9ba3a-wrapper.ec-active .ec-b8e9ba3a-icon {
    transform: rotate(180deg);
}

.ec-b8e9ba3a-card {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    min-width: 280px;
    max-width: 320px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    padding: 20px;
    margin-top: 10px;
    display: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    text-align: left;
    box-sizing: border-box;
}

.ec-b8e9ba3a-card.ec-visible {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.ec-b8e9ba3a-item {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
}

.ec-b8e9ba3a-item:last-child {
    margin-bottom: 0;
}

.ec-b8e9ba3a-item a {
    color: #111111;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.ec-b8e9ba3a-item a:hover {
    opacity: 0.8;
}

.ec-b8e9ba3a-phone {
    font-size: 16px;
}

.ec-b8e9ba3a-address {
    color: #666666;
}

.ec-b8e9ba3a-hours {
    color: #888888;
    font-size: 13px;
}

.ec-b8e9ba3a-email a {
    color: #2b6cb0;
}
