/* Faturana — sayfa-ötesi ortak custom stiller. Inline <style>/style= blokları buraya taşınır. */

/* Şablondan fatura oluştur — seçim modalı listesi */
.tpl-pick-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tpl-pick-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid #e6ebf1;
    border-radius: 12px;
    transition: border-color .15s, box-shadow .15s;
}

.tpl-pick-row:hover {
    border-color: #bcd4ec;
    box-shadow: 0 2px 10px rgba(15, 23, 42, .05);
}

.tpl-pick-info {
    display: flex;
    align-items: center;
    min-width: 0;
}

.tpl-pick-title {
    font-size: 14px;
    font-weight: 700;
    color: #0f2033;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tpl-pick-actions {
    display: flex;
    gap: 8px;
    flex: 0 0 auto;
}

/* Şablon önizleme modalı */
.tpl-prev-section {
    margin-bottom: 18px;
}

.tpl-prev-section h6 {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #8a97a8;
    margin-bottom: 8px;
}

.tpl-prev-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 6px 0;
    border-bottom: 1px solid #eef2f6;
    font-size: 13px;
}

.tpl-prev-row:last-child {
    border-bottom: none;
}

.tpl-prev-row span {
    color: #6c8199;
}

.tpl-prev-row strong {
    color: #0f2033;
    font-weight: 600;
    text-align: right;
}

.tpl-prev-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.tpl-prev-table th {
    font-size: 11px;
    text-transform: uppercase;
    color: #8a97a8;
    text-align: left;
    padding: 6px 8px;
    border-bottom: 1px solid #e6ebf1;
}

.tpl-prev-table td {
    padding: 8px;
    border-bottom: 1px solid #f1f5f9;
}

.tpl-prev-empty {
    color: #8a97a8;
    font-style: italic;
}
