.ni-widget {
    box-sizing: border-box;
    width: 100%;
}

.ni-widget *,
.ni-widget *::before,
.ni-widget *::after {
    box-sizing: inherit;
}

.ni-widget-title {
    margin: 0 0 1rem;
}

.ni-timeline-inner {
    display: flex;
    gap: 1.25rem;
}

.ni-timeline--vertical .ni-timeline-inner {
    flex-direction: column;
}

.ni-timeline--horizontal .ni-timeline-inner {
    flex-direction: row;
    flex-wrap: wrap;
}

.ni-timeline-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    min-width: 0;
}

.ni-timeline--horizontal .ni-timeline-item {
    flex: 1 1 12rem;
}

.ni-timeline-dot {
    width: 0.75rem;
    height: 0.75rem;
    flex: 0 0 0.75rem;
    margin-top: 0.35rem;
    border: 2px solid currentColor;
    border-radius: 999px;
}

.ni-timeline-content {
    min-width: 0;
}

.ni-timeline-time {
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    font-weight: 600;
}

.ni-timeline-title {
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.3;
}

.ni-timeline-description {
    margin: 0.35rem 0 0;
}

.ni-faq-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.ni-faq-item {
    border: 1px solid currentColor;
    border-radius: 0.5rem;
    padding: 0;
}

.ni-faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
    cursor: pointer;
    font-weight: 600;
}

.ni-faq-question::-webkit-details-marker {
    display: none;
}

.ni-faq-question-text {
    min-width: 0;
}

.ni-faq-icon {
    flex: 0 0 auto;
    line-height: 1;
}

.ni-faq-answer {
    padding: 0 1rem 1rem;
}

.ni-faq-answer p {
    margin: 0;
}

.ni-musica {
    width: 100%;
}

.ni-musica-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.ni-musica-text {
    margin: 0;
}

.ni-musica-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
}

.ni-musica-icon {
    flex: 0 0 auto;
    line-height: 1;
}

.ni-dress-code {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.ni-dress-code-header {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.ni-dress-code-title {
    margin: 0;
}

.ni-dress-code-description {
    max-width: 100%;
}

.ni-dress-code-description p,
.ni-dress-code-note-text p,
.ni-dress-code-thanks p {
    margin: 0;
}

.ni-dress-code-section {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.ni-dress-code-section-title {
    font-weight: 600;
}

.ni-dress-code-palette {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.ni-dress-code-swatch {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    border: 1px solid currentColor;
    border-radius: 999px;
    background: var(--ni-swatch-color);
}

.ni-dress-code-notes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.ni-dress-code-note {
    min-width: 0;
}

.ni-dress-code-note-title {
    margin: 0 0 0.5rem;
    font-size: 1rem;
}

.ni-dress-code-note-text {
    max-width: 100%;
}

.ni-dress-code-thanks {
    max-width: 100%;
}

@media (max-width: 767px) {
    .ni-timeline--horizontal .ni-timeline-inner {
        flex-direction: column;
    }

    .ni-dress-code-notes {
        grid-template-columns: 1fr;
    }
}
