/*
Theme Name: Dexie Navy&Gold
Theme URI:
Author:
Author URI:
Description: NAVY&Gold デザインの B2B 向け WordPress ブロックテーマ（FSE）。Stitch デザインテンプレートを基にした洗練されたネイビー×ゴールド配色。
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dexie-navygold
Tags: full-site-editing, block-patterns, wide-blocks
*/

/* Ensure alignfull blocks stretch full width properly */
.wp-site-blocks .alignfull,
main .alignfull {
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: 100vw !important;
    width: 100vw !important;
}



/* Company Info Design Overrides */
main,
.wp-site-blocks,
.wp-block-post-content,
.company-info-wrapper {
    overflow: visible !important;
}

body {
    overflow-x: hidden !important;
}

.company-info-wrapper {
    background-color: transparent !important;
    padding: 5rem 0 !important;
    position: relative !important;
}

.company-info-wrapper::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: -5000px !important;
    right: -5000px !important;
    width: auto !important;
    background-color: #f3f4f6 !important;
    z-index: -1 !important;
}

.company-info-table-wrapper {
    background-color: #ffffff !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
    max-width: 896px !important;
    margin: 0 auto !important;
}

.company-info-table {
    border: none !important;
    border-collapse: collapse !important;
    width: 100% !important;
}

.company-info-table th {
    background-color: #ffffff !important;
    color: var(--wp--preset--color--primary) !important;
    font-weight: bold !important;
    padding: 2.5rem !important;
    vertical-align: top !important;
    text-align: left !important;
    width: 25% !important;
    border: none !important;
    border-bottom: 1px solid #f3f4f6 !important;
    font-size: 0.9em !important;
}

.company-info-table td {
    background-color: #ffffff !important;
    color: #333333 !important;
    padding: 2.5rem !important;
    border: none !important;
    border-bottom: 1px solid #f3f4f6 !important;
    font-size: 0.9em !important;
}

.company-info-table tr:last-child th,
.company-info-table tr:last-child td {
    border-bottom: none !important;
}