
.lodge-wrapper {
    max-width: 1000px;
    margin: 40px auto;
    padding: 30px 20px;
    background: #fdfdfd;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    font-family: 'Segoe UI', sans-serif;
}

.lodge-wrapper img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
}

.lodge-wrapper h1, .lodge-wrapper h3 {
    color: #4a148c;
    text-align: center;
}

.lodge-meta {
    background: #e3e3f5;
    padding: 20px;
    border-left: 5px solid #6a1b9a;
    margin-bottom: 30px;
    border-radius: 8px;
}

.lodge-wrapper table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.lodge-wrapper table th,
.lodge-wrapper table td {
    border: 1px solid #ddd;
    padding: 10px;
}

.lodge-wrapper table th {
    background-color: #ede7f6;
    color: #311b92;
}

.lodge-wrapper a {
    color: #5e35b1;
}
