/* ============================================
    Plunksna Woo Product Tabs - v1.9.3
   ============================================ */

.plunksna-woo-tabs {
    width: 100%;
}

.plunksna-woo-tabs--accordion .plunksna-woo-tabs__item {
    border-bottom: 1px solid #b6c6d4;
}

.plunksna-woo-tabs__trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 0;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: #486276;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 500;
    cursor: pointer;
    padding: 16px 0;
    text-align: left;
}

.plunksna-woo-tabs__title {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
}

.plunksna-woo-tabs__icon {
    width: 12px;
    height: 12px;
    position: relative;
    flex-shrink: 0;
    color: currentColor;
    align-self: center;
    transform: translateY(-1px);
}

.plunksna-woo-tabs__icon::before {
    content: '';
    position: absolute;
    inset: 0;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg);
    transform-origin: center;
    transition: transform 0.25s ease;
}

.plunksna-woo-tabs__item.is-open .plunksna-woo-tabs__icon::before {
    transform: rotate(-135deg);
}

.plunksna-woo-tabs__panel {
    padding: 18px 0 22px;
    color: #374151;
    font-size: 16px;
    line-height: 1.5;
}

.plunksna-woo-tabs__panel p:last-child {
    margin-bottom: 0;
}

.plunksna-woo-tabs__notice {
    padding: 14px 16px;
    border: 1px dashed #d1d5db;
    border-radius: 6px;
    color: #4b5563;
    background: #f9fafb;
}

@media (max-width: 767px) {
    .plunksna-woo-tabs__trigger {
        font-size: 14px;
        padding: 14px 0;
    }

    .plunksna-woo-tabs__panel {
        font-size: 15px;
    }
}
