  .google-calendar-wrapper {
    padding: 20px;
}

.google-calendar-wrapper .component-title {
    display: flex;
    font-size: 18pt;
    font-weight: 400;
    align-items: center;
}

.google-calendar-wrapper label {
    font-weight: 800;
    color: #ff0000;
}

.google-calendar-wrapper select {
    max-width: 100%;
    height: 40px !important;
}

.component-icon img {
    max-width: 24px !important;
    margin-right: 1ch;
}

.google-calendar-wrapper .google-calendar-view h1,
.google-calendar-wrapper .google-calendar-view h2,
.google-calendar-wrapper .google-calendar-view h3,
.google-calendar-wrapper .google-calendar-view h4,
.google-calendar-wrapper .google-calendar-view h5,
.google-calendar-wrapper .google-calendar-view h6 {
    margin-bottom: 5px !important;
}

.gcal-event-detail-wrapper .gcal-event-info .dashicons {
    vertical-align: sub;
    opacity: 0.4;
    margin-right: 5px;
}

.gcal-event-detail-wrapper .gcal-event-info .gcal-event-desc hr {
    margin: 10px 0;
}

.components-panel__row hr {
    width: 100%;
}

/* WP Overrides */
.components-panel__row {
    justify-content: initial;
}
