/* ==========================================================================
   Tsugawa YT Insights - Setup Guide Dedicated Styles
   ========================================================================== */

/* Base Scope Container */
.tyi-guide {
    line-height: 1.8;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* Typography & Spacing */
.tyi-guide h1 {
    margin-bottom: 1em;
}

.tyi-guide h2 {
    margin-top: 1.8em;
    margin-bottom: 0.8em;
}

.tyi-guide h3 {
    margin-top: 1.5em;
    margin-bottom: 0.6em;
}

.tyi-guide p,
.tyi-guide ul,
.tyi-guide ol {
    margin-bottom: 1.2em;
}

.tyi-guide li {
    margin-bottom: 0.4em;
}

.tyi-guide hr {
    margin: 2.5em 0;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.tyi-guide strong {
    font-weight: 700;
}

/* Media (Future-proofing for screenshots) */
.tyi-guide img {
    max-width: 100%;
    height: auto;
}

/* Code Elements */
.tyi-guide code {
    font-family: monospace;
    padding: 2px 6px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.05);
    white-space: nowrap;
}

/* Shortcode Copy Input */
.tyi-guide .tyi-shortcode-input {
    width: 100%;
    max-width: 300px;
    padding: 8px;
    margin: 10px 0;
    font-family: monospace;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    cursor: pointer;
    display: block;
}

/* Functional Notice Boxes (Theme-friendly Layout) */
.tyi-guide .tyi-notice-alert {
    background-color: #fff5f5;
    border-left: 4px solid #cc0000;
    padding: 15px;
    margin: 20px 0;
}

.tyi-guide .tyi-notice-warning {
    background-color: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 15px;
    margin: 20px 0;
}

.tyi-guide .tyi-notice-alert p,
.tyi-guide .tyi-notice-warning p {
    margin: 5px 0 0 0;
}

.tyi-guide .tyi-notice-alert ul,
.tyi-guide .tyi-notice-warning ul {
    margin: 5px 0 0 0;
}