/* PietroCal 10Q09.1.16 — avisos compactos con audiencia de compartidos. */
.calendar-management-event-email {
    margin-top: 16px;
}

.pc-event-email-panel,
.pc-email-policy-card {
    width: 100%;
    min-width: 0;
}

[data-event-reminders-slot] .pc-event-email-panel {
    margin: 0;
    padding: 11px 0 0;
    border: 0;
    border-top: 1px solid #edf0f4;
    border-radius: 0;
    background: transparent;
}

.pc-event-email-panel.is-detail-surface,
.pc-email-policy-card {
    border: 1px solid #e5e7eb;
    border-radius: 13px;
    background: #fff;
    padding: 14px;
}

.pc-event-email-panel.is-detail-surface {
    margin: 12px 0 16px;
}

.pc-event-email-head {
    display: flex;
    align-items: center;
    min-height: 22px;
    margin-bottom: 8px;
}

.pc-event-email-head strong {
    color: #172033;
    font-size: 13px;
    font-weight: 750;
}

.pc-event-reminder-list {
    display: grid;
    gap: 6px;
}

.pc-event-reminder-empty {
    display: flex;
    align-items: center;
    min-height: 34px;
    border: 1px dashed #d9dee6;
    border-radius: 9px;
    color: #8a94a3;
    padding: 7px 10px;
    font-size: 11.5px;
    line-height: 1.35;
}

.pc-event-reminder-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto 28px;
    gap: 7px;
    align-items: center;
    min-height: 38px;
    border: 1px solid #e4e8ee;
    border-radius: 9px;
    background: #fbfcfd;
    padding: 4px 6px 4px 10px;
}

.pc-event-reminder-row--calendar-policy {
    background: #fff;
}

.pc-event-reminder-main {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
}

.pc-event-reminder-main strong {
    overflow: hidden;
    color: #243044;
    font-size: 12px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pc-event-reminder-origin {
    flex: 0 0 auto;
    border-radius: 999px;
    background: #eef4ff;
    color: #3e5f8f;
    padding: 2px 6px;
    font-size: 9px;
    font-weight: 700;
    white-space: nowrap;
}

.pc-event-reminder-channels,
.pc-event-reminder-add-channels {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}

.pc-reminder-icon {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
}

.pc-channel-icon {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
    border: 1px solid #dfe4ea;
    border-radius: 8px;
    background: #fff;
    color: #7a8493;
    padding: 0;
    cursor: pointer;
    transition: border-color .15s ease, background .15s ease, color .15s ease, box-shadow .15s ease, opacity .15s ease;
}

.pc-channel-icon:hover:not(:disabled):not(.is-static) {
    border-color: #c7ced8;
    background: #f8fafc;
}

.pc-channel-icon:focus-visible,
.pc-reminder-plus-button:focus-visible {
    outline: 2px solid rgba(233, 145, 56, .28);
    outline-offset: 2px;
}

.pc-channel-icon--calendar.is-active {
    border-color: #e3ad70;
    background: #fff7ed;
    color: #a25f19;
}

.pc-channel-icon--email.is-active {
    border-color: #cda7e8;
    background: #faf5ff;
    color: #7b3fb4;
    box-shadow: inset 0 0 0 1px rgba(123, 63, 180, .06);
}

.pc-channel-icon--attendees.is-active {
    border-color: #8fc9bd;
    background: #effaf7;
    color: #237b6b;
    box-shadow: inset 0 0 0 1px rgba(35, 123, 107, .06);
}

.pc-channel-icon--shared.is-active {
    border-color: #9eb5e8;
    background: #f3f6ff;
    color: #4867a8;
    box-shadow: inset 0 0 0 1px rgba(72, 103, 168, .06);
}

.pc-channel-icon.is-static {
    cursor: default;
}

.pc-channel-icon:disabled {
    cursor: default;
    opacity: .42;
}

.pc-event-reminder-remove {
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 7px;
    background: transparent;
    color: #8b95a4;
    padding: 0;
    font-size: 18px;
    line-height: 1;
}

.pc-event-reminder-remove:hover:not(:disabled) {
    background: #f3f4f6;
    color: #c54242;
}

.pc-event-reminder-remove:disabled {
    opacity: .35;
}

.pc-event-reminder-add {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 7px;
    align-items: center;
    margin-top: 7px;
}

.pc-event-reminder-add-time {
    display: grid;
    grid-template-columns: minmax(130px, 1fr) auto;
    gap: 6px;
    min-width: 0;
}

.pc-event-reminder-custom {
    display: grid;
    grid-template-columns: 68px minmax(82px, 1fr);
    gap: 6px;
}

.pc-event-reminder-add select,
.pc-event-reminder-add input {
    min-width: 0;
    min-height: 32px;
    border: 1px solid #d7dce3;
    border-radius: 8px;
    background: #fff;
    padding: 5px 8px;
    color: #253044;
    font-size: 11.5px;
}

.pc-reminder-plus-button {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 32px;
    border-radius: 8px;
    padding: 0;
}

.pc-reminder-plus-button .pc-reminder-icon {
    width: 15px;
    height: 15px;
}

.pc-email-policy-actions,
.pc-event-email-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 10px;
}

.pc-email-policy-actions .btn,
.pc-event-email-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.pc-email-policy-status {
    min-height: 15px;
    margin-top: 6px;
    color: #6b7280;
    font-size: 11px;
    line-height: 1.35;
}

.pc-email-policy-card--calendar-unified {
    display: grid;
}


@media (max-width: 720px) {
    .pc-event-reminder-row {
        grid-template-columns: minmax(0, 1fr) auto 28px;
    }

    .pc-event-reminder-add {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .pc-event-reminder-add-time {
        grid-template-columns: minmax(120px, 1fr);
    }

    .pc-event-reminder-custom {
        grid-template-columns: 68px minmax(82px, 1fr);
    }

    .pc-email-policy-actions,
    .pc-event-email-actions {
        flex-wrap: wrap;
    }
}



