.info-section ul {
    list-style: none;
    margin-left: 2em;
    margin-bottom: 0;
    padding-left: 0;
}
.info-section ul li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 1.2em;
}
.info-section ul li::before {
    content: "-";
    position: absolute;
    left: 0;
    color: #6b2c2c;
    font-weight: bold;
}
/* Info page custom styles */
.info-section {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    margin: 30px auto;
    padding: 30px 20px;
    max-width: 500px;
    text-align: left;
}
.info-divider {
    border: none;
    border-top: 1px solid #d1bdbd;
    margin: 24px 0;
}
.highlight-ok {
    margin-bottom: 12px;
    color: #6b2c2c;
    font-weight: 500;
}
.highlight-mid {
    margin-bottom: 12px;
    color: #6b2c2c;
    font-weight: 500;
}
.highlight-warning {
    margin-top: 18px;
    color: #6b2c2c;
    font-weight: 500;
}
.route-label {
    margin-top: 8px;
    margin-bottom: 4px;
    font-weight: 500;
}
body {
    margin: 0;
    background: #f7f5f4;
    font-family: 'Montserrat', sans-serif;
    color: #3b2c2c;
    text-align: center;
}

.container {
    max-width: 520px;
    margin: auto;
    padding: 40px 25px 60px;
}

.floral-top{
    position:absolute;
    top:-57px;
    right:-7px;
    width:200px;
    opacity:.85;
}

@media screen and (max-width: 500px) {
    .floral-top {
        top: -40px;
        right: 0px;
        width: 150px;
    }
}

.floral-bottom{
    position:absolute;
    bottom:0;
    left:0;
    width:200px;
    opacity:.85;
    transform:rotate(180deg);
}

.month {
    letter-spacing: 3px;
    font-weight: 500;
    margin-bottom: 30px;
}

.names {
    font-family: 'Great Vibes', cursive;
    font-size: 56px;
    color: #6b2c2c;
    margin: 20px 0;
}

@media screen and (max-width: 500px) {
    .names {
        text-align: left;
        max-width: 60%;
    }
}

.invite-text {
    font-size: 18px;
    line-height: 1.6;
    margin: 30px 0;
}

.date-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    font-weight: 500;
    margin: 30px 0;
}

.date-row div {
    border-right: 1px solid #ccc;
    padding-right: 20px;
}

.date-row div:last-child {
    border-right: none;
}

.location {
    margin-top: 25px;
    font-size: 17px;
    line-height: 1.6;
}

.buttons {
    margin-top: 45px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.btn {
    display: block;
    padding: 16px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
}

.calendar {
    background: #6b2c2c;
    color: white;
}

.map {
    border: 1px solid #6b2c2c;
    color: #6b2c2c;
    background: white;
}

.footer {
    margin-top: 50px;
    font-size: 14px;
    opacity: 0.7;
}

/* Styles for more-info.html */
.page-title {
    font-family: 'Montserrat', 'Playfair Display', Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #6b2c2c;
    margin: 30px 0 20px 0;
    letter-spacing: 1px;
}

.info-section {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    margin: 30px auto;
    padding: 30px 20px;
    max-width: 500px;
    text-align: left;
}

.info-section h2 {
    color: #6b2c2c;
    margin-top: 0;
}

.info-section ul {
    margin-left: 1.5em;
    margin-bottom: 0;
}

.info-section li {
    margin-bottom: 8px;
}

.back-link {
    display: inline-block;
    margin-top: 30px;
    color: #6b2c2c;
    /* Special style for the more-info button */
    .btn.more-info {
        border: 1px solid #6b2c2c;
        color: #6b2c2c;
        background: #f7f5f4;
    }
    .btn.more-info:hover {
        background: #e8e0de;
        color: #fff;
        border-color: #6b2c2c;
    }
    text-decoration: none;
    font-weight: 500;
}
.back-link:hover {
    text-decoration: underline;
}
