.btn-brand {
    background-color: #008cba;
    color: white;
}

.btn-brand:hover {
    background-color: #005f85;
    color: white;
}

.app-header img {
    height: 40px;
}

.amazon-logo {
    height: 40px;
}

.card {
    width: 100%;
}

.amazon-box {
    background-color: #d6f5ff;
    font-size: 1.2rem;
}

.small-placeholder::placeholder {
    font-size: 0.8rem; /* oder z.B. 12px */
    color: #bbb; /* optional: heller machen */
}

.btn-sm {
    font-size: 12px;
}

.badge {
    font-size: 12px;
}

.collapse.bg-light {
    background-color: #f8f9fa;
}

.table-sm th, .table-sm td {
    padding: 5px;
}

.table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6;
}

.w-5 {
    width: 5% !important;
}

.align-outer-inner-table th, .align-outer-inner-table td {
    width: 23.75%;
    overflow: hidden;
    text-align: left;
}

.inner-table-wrapper {
    padding: 0;
}

.magnifier-btn {
    position: absolute;
    background: #fff;
    border-radius: 50%;
    padding: 3px 3px 1px 3px;
    color: #222;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
    transition: background 0.2s, color 0.2s;
}

.magnifier-btn:hover {
    color: #1460fb;
    background: #f3f7ff;
}

.magnifier-btn.top-right {
    right: 10px;
    top: 10px;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-link {
    padding: 0.25rem 0.90rem;
    font-size: 0.875rem;
    line-height: 1.2;
}

.nav-tabs .nav-link.active {
    background-color: #0d6efd;
    color: #fff;
}

.nav-tabs .nav-link:hover:not(.active) {
    background-color: #e9f2ff; /* leichtes Blau bei Hover */
    color: #0d6efd;
}

.tab-content {
    border-radius: 0 0.375rem 0.375rem 0.375rem;
    background-color: #fff;
}

.bundle-list {
    max-height: 420px;
    overflow-y: auto;
    padding-right: 4px;
}

.bundle-item {
    background: #fff;
    border: 1px solid #e9eef5;
    border-radius: var(--bs-border-radius);
    padding: 10px 12px;
    margin-bottom: 14px;
}

.bundle-item-title {
    font-weight: 600;
    color: #212529;
    line-height: 1.25;
    margin-bottom: 2px;
}

.bundle-item-sub {
    font-size: 0.9rem;
    color: #8a94a6;
    margin-bottom: 10px;
}


.bundle-item .form-select {
    border-radius: var(--bs-border-radius-sm);
    border-color: #e1e6ef;
    background-color: #fff;
    padding: 0.6rem 0.75rem;
}

.bundle-item .form-select:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.15);
}

.bundle-comment textarea {
    border-radius: 12px;
}
