/* =====================
   SPREZZATURA GOOGLE CALENDAR
   Matches the site's dark theme: #313338 background, darkred accent
===================== */

.sprezzatura-calendar-wrapper {
    width: 100%;
    background-color: #313338;
    border: 2px solid rgb(104, 2, 2);
    border-radius: 4px;
    overflow: hidden;
    box-sizing: border-box;
}

.sprezzatura-calendar-wrapper iframe {
    display: block;
    width: 100%;
    border: 0;
}

.sprezzatura-calendar-placeholder {
    font-family: 'Playfair Display', serif;
    color: #f5f5f5;
    background-color: #313338;
    border: 2px dashed rgb(104, 2, 2);
    border-radius: 4px;
    padding: 2rem;
    text-align: center;
}

/* =====================
   EDITOR PREVIEW BLOCK
===================== */

.wp-block-sprezzatura-google-calendar {
    background-color: #313338;
    border: 2px dashed rgb(104, 2, 2);
    border-radius: 4px;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.sprezzatura-calendar-editor-preview,
.sprezzatura-calendar-editor-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    text-align: center;
    width: 100%;
}
