/* Center Header */
.header-content {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
}

.header-actions {
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Template Line Breaks */
.template-item {
    white-space: normal !important;
}

.template-item div:last-child {
    white-space: pre-line !important;
    overflow: visible !important;
    text-overflow: unset !important;
    max-height: none !important;
    overflow-y: visible !important;
    line-height: 1.4;
    margin-top: 4px;
}