/* Styles for the embedded fixtures on the homepage */

.fixtures-section {
    margin-top: 20px;
}

.home-fixtures-container {
    margin-bottom: 30px;
}

.home-fixtures-container .section-title {
    margin-bottom: 20px;
}

.embedded-calendar {
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    background-color: #fff;
}

.embedded-calendar iframe {
    border: none;
    width: 100%;
    height: 600px;
    display: block;
}

.home-fixtures-container .view-all-link {
    text-align: center;
    margin-top: 20px;
}

/* Styles for the embed mode */
.embed-mode {
    margin: 0;
    padding: 0;
    background: transparent;
}

.embed-mode .main {
    padding: 0;
}

.embed-mode .container {
    padding: 0;
    max-width: 100%;
}

.embed-mode .section {
    padding: 0;
    margin: 0;
}

.embed-mode .fixtures-container {
    margin-bottom: 0;
}
