.package-finder-wrapper-b4f81c9a {
    width: 100%;
    box-sizing: border-box;
}

/* Single vertical column card */
.package-finder-card-b4f81c9a {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    width: 100%;
}

.package-finder-field-b4f81c9a {
    width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

/* Header line: Icon on left, Label beside it */
.package-finder-label-wrap-b4f81c9a {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.package-finder-icon-b4f81c9a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0073aa;
    font-size: 16px;
    line-height: 1;
    flex-shrink: 0;
}

.package-finder-icon-b4f81c9a i {
    font-size: inherit;
    color: inherit;
}

.package-finder-icon-b4f81c9a svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    fill: none;
    display: block;
}

.package-finder-label-b4f81c9a {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    line-height: 1.3;
    margin: 0;
    cursor: pointer;
}

/* Dropdown below label */
.package-finder-select-b4f81c9a {
    width: 100%;
    padding: 13px 16px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 16px 16px;
    padding-right: 40px;
}

.package-finder-select-b4f81c9a:focus {
    border-color: #0073aa;
    box-shadow: 0 0 0 3px rgba(0, 115, 170, 0.15);
}

/* Elementor Native Button Layout */
.package-finder-btn-wrap-b4f81c9a {
    margin-top: 6px;
}

.package-finder-btn-wrap-b4f81c9a .elementor-button-wrapper {
    width: 100%;
    display: flex;
}

.package-finder-btn-wrap-b4f81c9a .elementor-button {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}

.package-finder-btn-wrap-b4f81c9a .elementor-button-content-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}