/* Orkel Files Frontend Styles */

/* Product Files Tab Content */
.orkel-files-tab-content h2 {
    margin-bottom: 15px;
}

/* Files List */
.orkel-product-files-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.orkel-product-file-item {
    display: flex;
    align-items: center;
}

.orkel-product-file-item a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 0;
    text-decoration: none;
    transition: opacity 0.15s ease;
}

.orkel-product-file-item a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.orkel-file-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #cc0000;
    flex-shrink: 0;
}

.orkel-file-icon svg {
    width: 18px;
    height: 18px;
}

.orkel-file-title {
    font-weight: normal;
    word-break: break-word;
}

/* WooCommerce Tabs Integration */
.woocommerce-tabs .orkel-files-tab-content {
    padding: 0;
}

/* Block Theme Styles */
.wc-block-product-details .orkel-product-files-list,
.wp-block-woocommerce-product-details .orkel-product-files-list {
    margin-top: 10px;
}
