.text-shadow {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.aspect-w-16 {
    position: relative;
    padding-bottom: 56.25%;
}

.aspect-w-16 > img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.campaign-description {
    max-width: 100%;
    overflow-wrap: break-word;
}

.campaign-description h1 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.campaign-description h2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 1.25rem;
    margin-bottom: 0.75rem;
}

.campaign-description h3 {
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.campaign-description p {
    margin-bottom: 1rem;
}

.campaign-description ul {
    list-style-type: disc;
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}

.campaign-description ol {
    list-style-type: decimal;
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}

.campaign-description li {
    margin-bottom: 0.25rem;
}

.campaign-description a {
    color: #10b981;
    text-decoration: underline;
}

.campaign-description blockquote {
    border-left: 4px solid #d1d5db;
    padding-left: 1rem;
    margin-left: 0;
    margin-right: 0;
    font-style: italic;
}

.campaign-description pre {
    background-color: #f3f4f6;
    padding: 0.75rem;
    border-radius: 0.25rem;
    overflow-x: auto;
    margin-bottom: 1rem;
}

.campaign-description code {
    background-color: #f3f4f6;
    padding: 0.25rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
}
