.apostles-creed-loading {
    max-width: 640px;
    margin: 0 auto;
}

/* Full Creed Text */
.apostles-creed-full-text {
    max-width: 720px;
    margin: 0 auto 2rem;
}

.apostles-creed-full-text-inner {
    background: linear-gradient(145deg, #e0e7ff 0%, #dbeafe 100%);
    border: 1px solid #a5b4fc;
    border-radius: 0.75rem;
    padding: 1.75rem 2rem;
    text-align: center;
}

.apostles-creed-full-text-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e3a5f;
    margin: 0 0 0.25rem;
}

.apostles-creed-full-text-ref {
    font-size: 0.8rem;
    color: #4f46e5;
    margin: 0 0 1.25rem;
}

.apostles-creed-full-text-body {
    font-size: 0.95rem;
    color: #1e293b;
    line-height: 2;
}

/* History */
.apostles-creed-history {
    max-width: 720px;
    margin: 0 auto 2rem;
}

.apostles-creed-history-inner {
    background: linear-gradient(145deg, #fef3c7 0%, #fde68a 100%);
    border: 1px solid #f59e0b;
    border-radius: 0.75rem;
    padding: 1.75rem 2rem;
}

.apostles-creed-history-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #78350f;
    margin: 0 0 1.25rem;
    text-align: center;
}

.apostles-creed-history-section {
    margin-bottom: 0.85rem;
}

.apostles-creed-history-section:last-child {
    margin-bottom: 0;
}

.apostles-creed-history-section-title {
    font-size: 0.85rem;
    font-weight: 700;
    color: #92400e;
    margin: 0 0 0.25rem;
}

.apostles-creed-history-section-body {
    font-size: 0.85rem;
    color: #451a03;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 576px) {
    .apostles-creed-history-inner {
        padding: 1.25rem 1rem;
    }

    .apostles-creed-history-title {
        font-size: 1.05rem;
    }
}

/* Grid */
.apostles-creed-grid {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    max-width: 720px;
    margin: 0 auto;
}

/* Card */
.apostles-creed-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    overflow: hidden;
    transition: box-shadow 0.15s ease, transform 0.15s ease;
}

@media (hover: hover) and (pointer: fine) {
    .apostles-creed-card:hover {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        transform: translateY(-2px);
    }
}

/* Card Header */
.apostles-creed-card-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    background: linear-gradient(145deg, #e0e7ff 0%, #c7d2fe 100%);
    border-bottom: 1px solid #a5b4fc;
}

.apostles-creed-card-order {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    font-size: 0.8rem;
    font-weight: 700;
    color: #312e81;
    background: #ffffff;
    border-radius: 50%;
    flex-shrink: 0;
}

.apostles-creed-card-theme {
    font-size: 0.85rem;
    font-weight: 600;
    color: #312e81;
}

/* Card Body */
.apostles-creed-card-body {
    padding: 1rem;
}

.apostles-creed-card-text {
    font-size: 1.05rem;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.6;
    margin: 0 0 0.85rem;
    padding-left: 0.85rem;
    border-left: 3px solid #6366f1;
}

.apostles-creed-card-meaning {
    font-size: 0.85rem;
    color: #334155;
    line-height: 1.7;
    margin: 0 0 0.75rem;
}

/* Related Verse */
.apostles-creed-card-related {
    padding: 0.65rem 0.85rem;
    background: #eef2ff;
    border-radius: 0.5rem;
    border-left: 3px solid #818cf8;
}

.apostles-creed-card-related-ref {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: #4338ca;
    margin-bottom: 0.25rem;
}

.apostles-creed-card-related-text {
    font-size: 0.8rem;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 576px) {
    .apostles-creed-full-text-inner {
        padding: 1.25rem 1rem;
    }

    .apostles-creed-full-text-title {
        font-size: 1.1rem;
    }

    .apostles-creed-full-text-body {
        font-size: 0.9rem;
    }

    .apostles-creed-grid {
        gap: 1rem;
    }

    .apostles-creed-card-header {
        padding: 0.75rem 0.85rem;
    }

    .apostles-creed-card-body {
        padding: 0.85rem;
    }

    .apostles-creed-card-text {
        font-size: 0.95rem;
    }
}
