/* what-is-instagram-shortcode — tool styles scoped to .tool-card */

.tool-card .header h1 { font-size: 32px; margin-bottom: 15px; }
.tool-card .content h2 { color: #E1306C; margin: 30px 0 15px 0; font-size: 24px; }
.tool-card .content h3 { color: #C13584; margin: 25px 0 12px 0; font-size: 20px; }
.tool-card .content p { color: #666; line-height: 1.8; margin-bottom: 15px; font-size: 16px; }
.tool-card .highlight-box {
            background: linear-gradient(135deg, #E1306C15 0%, #833AB415 100%);
            padding: 25px;
            border-radius: 12px;
            border-left: 4px solid #E1306C;
            margin: 20px 0;
        }
.tool-card .example-box {
            background: #f8f9fa;
            padding: 20px;
            border-radius: 8px;
            margin: 15px 0;
            font-family: monospace;
        }
.tool-card .code-block { background: #1e1e1e; border-radius: 8px; overflow: hidden; margin: 20px 0; }
.tool-card .code-block pre { margin: 0; padding: 20px; overflow-x: auto; }
.tool-card .code-block code { background: transparent; padding: 0; color: #d4d4d4; display: block; line-height: 1.6; font-family: 'Courier New', monospace; }
.tool-card .code-header { background: #2d2d2d; padding: 10px 20px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #404040; }
.tool-card .code-header span { color: #9cdcfe; font-size: 12px; font-weight: 600; text-transform: uppercase; }
.tool-card .code-header button { background: #E1306C; color: white; border: none; padding: 6px 12px; border-radius: 4px; cursor: pointer; font-size: 12px; }
.tool-card .grid-2 {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin: 20px 0;
        }
.tool-card .card {
            background: white;
            padding: 20px;
            border-radius: 8px;
            border: 2px solid #E1306C;
        }
.tool-card .card h4 { color: #E1306C; margin-bottom: 10px; }
.tool-card ul { margin-left: 25px; line-height: 1.8; color: #666; }
.tool-card ul li { margin-bottom: 8px; }
.tool-card .seo-content {
            margin-top: 40px;
            line-height: 1.9;
            color: #444;
            font-size: 15px;
        }
.tool-card .seo-content .container {
            padding: 0 20px;
        }
.tool-card .seo-content h2, .tool-card .seo-content h3 {
            font-size: 18px;
            font-weight: 600;
            margin-top: 24px;
            margin-bottom: 10px;
            color: #667eea;
        }
.tool-card .seo-content p {
            margin-bottom: 14px;
            color: #555;
        }
.tool-card .seo-content ul, .tool-card .seo-content ol {
            margin-left: 22px;
            margin-bottom: 16px;
        }
.tool-card .seo-content li {
            margin-bottom: 8px;
            color: #555;
        }
.tool-card .examples-content {
            margin-top: 40px;
            line-height: 1.9;
            color: #444;
            font-size: 15px;
        }
.tool-card .examples-content .container {
            padding: 0 20px;
        }
.tool-card .examples-content h2, .tool-card .examples-content h3 {
            font-size: 18px;
            font-weight: 600;
            margin-top: 24px;
            margin-bottom: 10px;
            color: #667eea;
        }
.tool-card .examples-content p {
            margin-bottom: 14px;
            color: #555;
        }
.tool-card .examples-content pre {
            background: #1e1e2e;
            color: #cdd6f4;
            padding: 18px 20px;
            border-radius: 8px;
            overflow-x: auto;
            margin-bottom: 18px;
            font-size: 13px;
            line-height: 1.6;
        }
.tool-card .examples-content code {
            font-family: 'Fira Code', 'Cascadia Code', 'Monaco', 'Menlo', monospace;
        }
.tool-card .examples-content ul, .tool-card .examples-content ol {
            margin-left: 22px;
            margin-bottom: 16px;
        }
.tool-card .examples-content li {
            margin-bottom: 8px;
            color: #555;
        }
