/*
Theme Name: Connecting Dots Affiliate Lab
Description: AI技術と人間の知識を結ぶアフィリエイトメディアテーマ - 静的サイトからの完全移植版
Author: 大村眞輝（Connecting Dots事務所）
Version: 1.0.0
Text Domain: connecting-dots
License: Custom License
Tags: blog, affiliate, responsive, modern
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
*/

/* Connecting Dots Affiliate Lab - WordPress Theme Styles */

/* Import theme CSS */
@import url('./css/style.css');

/* Base styles */
body {
    font-family: 'Noto Sans JP', sans-serif;
}

/* Theme specific overrides */
.wp-block-group {
    margin-bottom: 1.5em;
}

.wp-block-image {
    margin-bottom: 1em;
}

/* Ensure WordPress editor compatibility */
.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    font-size: 0.9em;
    color: #666;
    margin-top: 0.5em;
}

/* WordPress Core Compatibility */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* WordPress Block Editor Styles */
.wp-block-button {
    margin-bottom: 1.5em;
}

.wp-block-columns {
    margin-bottom: 1.5em;
}

.wp-block-gallery {
    margin-bottom: 1.5em;
}