body {
    margin: 10px auto;
    padding: 10px;
    max-width: 640px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f4f4f4;
    color: #333;
}

.header {
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
}

.header .logo {
    max-width: 300px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.section-title {
    margin: 20px 0 10px;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.header a {
    color: black;
    text-decoration: none;
    font-size: 20px;
}

.links a {
    display: inline-block;
    margin: 5px;
}

.links img {
    width: 35px;
    height: auto;
    vertical-align: middle;
    transition: transform 0.2s ease;
}

.links img:hover {
    transform: scale(1.1);
}

.embed-rounded {
    border-radius: 12px;
}

.email {
    font-size: 14px;
    margin-top: 15px;
    text-align: center;
}

.build-tag {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 10px;
    color: rgba(0, 0, 0, 0.4);
    background: rgba(255, 255, 255, 0.5);
    padding: 1px 4px;
    border-radius: 2px;
}

/* Keep the Bandsintown embed text compact */
.bit-widget,
.bit-widget * {
    font-size: 12px !important;
    line-height: 1.3 !important;
}

.bit-widget {
    text-align: center !important;
}

.bit-widget [class*="button"],
.bit-widget a[class*="button"] {
    display: inline-block !important;
    text-align: center !important;
    margin: 5px auto !important;
    padding: 8px 16px !important;
    min-width: 80px !important;
}

.bit-widget [class*="event"] {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

@media (max-width: 600px) {
    .links img {
        width: 50px;
    }
}

header {
    background: #35424a;
    color: #ffffff;
    padding: 10px 0;
    text-align: center;
}

h1 {
    margin: 0;
}

nav {
    margin: 20px 0;
}

nav a {
    color: #ffffff;
    text-decoration: none;
    margin: 0 15px;
}

nav a:hover {
    text-decoration: underline;
}

main {
    padding: 20px;
}

footer {
    text-align: center;
    padding: 10px 0;
    background: #35424a;
    color: #ffffff;
    position: relative;
    bottom: 0;
    width: 100%;
}
