.pcf-container-480720f9 {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.pcf-field-wrap-480720f9 {
    flex: 1;
}

.pcf-select-480720f9 {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    font-size: 14px;
    background-color: #fff;
    cursor: pointer;
    font-family: inherit;
}

.pcf-select-480720f9:disabled {
    background-color: #f3f4f6;
    cursor: not-allowed;
}

.pcf-btn-480720f9 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 20px;
    background-color: #0073aa;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    transition: background-color 0.2s;
    white-space: nowrap;
    font-family: inherit;
}

.pcf-btn-480720f9:hover {
    background-color: #005177;
}

.pcf-btn-icon-480720f9 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pcf-btn-icon-480720f9 i {
    font-size: 14px;
}

.pcf-btn-icon-480720f9 svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}
