body {
    margin: 40px auto;
    max-width: 650px;
    line-height: 1.6;
    font-size: 18px;
    color: #444;
    padding: 0 10px;
}

h1,
h2,
h3 {
    line-height: 1.2;
}

a {
    color: #444;
    font-weight: bold;
    text-decoration: none;
}

.gig-item {
    margin-bottom: 1em;
    padding: 0.5em;
    border-bottom: 1px solid #ddd;
}
.gig-item > *:not(:first-child) {
    margin-left: 1em;
}
.gig-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5em;
}
.gig-date strong {
    font-weight: bold;
}
.gig-link {
    display: block;
    text-align: right;
}
