/* instagram-post-shortcode-to-date-decoder — tool styles scoped to .tool-card */

.tool-card .header h1 { font-size: 32px; margin-bottom: 15px; }
.tool-card .section { margin-bottom: 40px; }
.tool-card .section h2 { color: #E1306C; font-size: 28px; margin-bottom: 20px; }
.tool-card .section h3 { color: #C13584; font-size: 22px; margin: 25px 0 15px 0; }
.tool-card .section p { color: #666; line-height: 1.8; margin-bottom: 15px; }
.tool-card .decoder-section {
            background: linear-gradient(135deg, #E1306C15 0%, #C1358415 100%);
            padding: 30px;
            border-radius: 12px;
            border: 2px solid #E1306C;
            margin: 30px 0;
        }
.tool-card input[type="text"] {
            width: 100%;
            padding: 14px;
            border: 2px solid #E1306C;
            border-radius: 8px;
            font-size: 15px;
            font-family: monospace;
            margin-bottom: 15px;
        }
.tool-card .btn {
            width: 100%;
            padding: 14px;
            background: linear-gradient(135deg, #E1306C 0%, #C13584 100%);
            color: white;
            border: none;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
        }
.tool-card .result {
            display: none;
            background: white;
            padding: 25px;
            border-radius: 8px;
            margin-top: 20px;
        }
.tool-card .result-hero {
            background: linear-gradient(135deg, #10b981 0%, #059669 100%);
            color: white;
            padding: 30px;
            border-radius: 12px;
            text-align: center;
            margin-bottom: 20px;
        }
.tool-card .result-hero h3 { font-size: 20px; margin-bottom: 10px; }
.tool-card .result-hero .date { font-size: 36px; font-weight: 700; margin: 15px 0; }
.tool-card .result-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 15px;
        }
.tool-card .result-card {
            background: #f9f9f9;
            padding: 15px;
            border-radius: 8px;
            border-left: 4px solid #E1306C;
        }
.tool-card .result-label {
            font-size: 12px;
            color: #666;
            margin-bottom: 8px;
            text-transform: uppercase;
            font-weight: 600;
        }
.tool-card .result-value {
            font-weight: 600;
            color: #1a202c;
            font-size: 16px;
            word-break: break-all;
        }
.tool-card .type-comparison {
            background: #f9f9f9;
            padding: 30px;
            border-radius: 12px;
            margin: 30px 0;
        }
.tool-card .type-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 20px;
            margin-top: 20px;
        }
.tool-card .type-card {
            background: white;
            padding: 25px;
            border-radius: 12px;
            border-left: 5px solid #E1306C;
        }
.tool-card .type-card h4 {
            color: #E1306C;
            margin-bottom: 15px;
            font-size: 20px;
        }
.tool-card .type-card ul {
            margin-left: 20px;
            line-height: 2;
            color: #666;
        }
.tool-card .example-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 15px;
            margin: 20px 0;
        }
.tool-card .example-card {
            background: linear-gradient(135deg, #E1306C15 0%, #C1358415 100%);
            padding: 20px;
            border-radius: 12px;
            border-left: 5px solid #E1306C;
            cursor: pointer;
            transition: all 0.3s;
        }
.tool-card .example-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(225,48,108,0.2);
        }
.tool-card .example-type {
            font-size: 12px;
            color: #E1306C;
            font-weight: 600;
            margin-bottom: 8px;
        }
.tool-card .example-shortcode {
            font-family: monospace;
            font-size: 16px;
            color: #1a202c;
            margin-bottom: 8px;
            font-weight: 600;
        }
.tool-card .example-date {
            font-size: 14px;
            color: #C13584;
            font-weight: 600;
        }
.tool-card .info-box {
            background: #f0fff4;
            border-left: 4px solid #38a169;
            padding: 20px;
            border-radius: 8px;
            margin: 20px 0;
        }
.tool-card .info-box h4 {
            color: #38a169;
            margin-bottom: 12px;
            font-size: 18px;
        }
.tool-card .info-box p {
            color: #22543d;
            line-height: 1.8;
            margin: 5px 0;
        }
.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;
        }
