/* Ensure the calendar iframe is styled consistently */
iframe.google-calendar-embed {
    border: 0;
    width: 100%;
    height: 600px;
    background-color: #ffffff;
    color: #000000;
}
