/* Pills de información del campo upload */
.sgm-upload-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}

.sgm-pill {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.3px;
    line-height: 1.6;
}

.sgm-pill--info {
    background: #e8f4f8;
    color: #1C434B;
    border: 1px solid #b0d8e0;
}

.sgm-pill--format {
    background: #eaf7f9;
    color: #2a7d8c;
    border: 1px solid #c0e8ef;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.sgm-pill--format.sgm-pill--active {
    background: #1C434B;
    color: #ffffff;
    border-color: #1C434B;
}

/* Campo Upload - Fotografía */
#formulario-delta-plus .elementor-field-type-upload .elementor-field-label {
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

#formulario-delta-plus .elementor-upload-field {
    width: 100%;
    padding: 14px 16px;
    border: 2px dashed #43ACC1;
    border-radius: 8px;
    background: #f0f8fa;
    cursor: pointer;
    color: #1C434B;
    font-size: 14px;
    transition: border-color 0.3s ease, background 0.3s ease;
    display: block;
    box-sizing: border-box;
}

#formulario-delta-plus .elementor-upload-field:hover {
    border-color: #1C434B;
    background: #e0f0f3;
}

#formulario-delta-plus .elementor-upload-field:focus {
    outline: none;
    border-color: #1C434B;
    box-shadow: 0 0 0 3px rgba(67, 172, 193, 0.25);
}

#formulario-delta-plus .elementor-field-type-upload {
    background: #f7fdfd;
    border-radius: 10px;
    padding: 12px;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #d0ecf0;
}
