/* Asylum Processing Center in France specific styles */

/* Override any legacy proposals.css conflicts */
.blocked-solution-consequences .failure-example {
    background: #ffebee;
    border: 2px solid #f44336;
    border-radius: 12px;
    padding: 2rem;
}

.blocked-solution-consequences .failure-example h4 {
    color: #d32f2f;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

/* Political deadlock and blocked agreement specific styling */
.blocked-agreement {
    background: #fff3cd;
    border: 2px solid #ffc107;
    border-radius: 12px;
    padding: 2rem;
    margin: 2rem 0;
}

.blocked-agreement h4 {
    color: #e65100;
    margin-bottom: 1rem;
}

/* Conservative objections analysis */
.objections-analysis {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.objection-category {
    background: #fff8e1;
    border: 2px solid #ff9800;
    border-radius: 12px;
    padding: 2rem;
}

.objection-category h4 {
    color: #e65100;
    margin-bottom: 1rem;
}

/* Missing failure examples styling for blocked solutions */
.blocked-solution-consequences {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.blocked-consequence {
    background: #ffebee;
    border: 2px solid #f44336;
    border-radius: 12px;
    padding: 2rem;
}

.blocked-consequence h4 {
    color: #d32f2f;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.blocked-consequence ul {
    list-style: none;
    padding: 0;
}

.blocked-consequence li {
    background: white;
    border-left: 4px solid #f44336;
    padding: 0.8rem;
    margin-bottom: 0.8rem;
    border-radius: 0 6px 6px 0;
}

/* Rwanda disaster specific styling */
.rwanda-disaster {
    margin: 2rem 0;
}

.financial-catastrophe {
    margin: 2rem 0;
}

.legal-operational-failures {
    margin: 2rem 0;
}

/* Conservative concerns addressed styling */
.conservative-concerns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.concern-addressed {
    background: #e3f2fd;
    border: 2px solid #2196f3;
    border-radius: 12px;
    padding: 2rem;
}

.concern-addressed h4 {
    color: #0d47a1;
    margin-bottom: 1rem;
}

.concern-addressed ul {
    list-style: none;
    padding: 0;
}

.concern-addressed li {
    background: white;
    border-left: 4px solid #2196f3;
    padding: 0.8rem;
    margin-bottom: 0.8rem;
    border-radius: 0 6px 6px 0;
}

/* Key revisions framework */
.key-revisions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.revision-principle {
    background: #e8f5e8;
    border: 2px solid #4caf50;
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
}

.revision-principle h4 {
    color: #2e7d32;
    margin-bottom: 1rem;
}

.revision-principle p {
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Operational framework specific styling */
.operational-framework {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.operational-capability {
    background: #f1f8e9;
    border: 1px solid #8bc34a;
    border-radius: 8px;
    padding: 2rem;
}

.operational-capability h4 {
    color: #33691e;
    margin-bottom: 1rem;
}

.operational-capability ul {
    list-style: none;
    padding: 0;
}

.operational-capability li {
    background: white;
    border-left: 4px solid #8bc34a;
    padding: 0.8rem;
    margin-bottom: 0.8rem;
    border-radius: 0 6px 6px 0;
}

/* Legal framework styling */
.legal-operational-structure {
    margin: 2rem 0;
}

.agreement-framework {
    background: #f3e5f5;
    border: 2px solid #9c27b0;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 2rem;
}

.agreement-framework h4 {
    color: #6a1b9a;
    margin-bottom: 1.5rem;
}

.judicial-architecture {
    background: #e3f2fd;
    border: 2px solid #2196f3;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 2rem;
}

.judicial-architecture h4 {
    color: #0d47a1;
    margin-bottom: 1.5rem;
}

/* Cost analysis specific styling */
.cost-benefit-analysis {
    margin: 2rem 0;
}

.comparative-costs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.cost-category {
    background: #e8f5e8;
    border: 2px solid #4caf50;
    border-radius: 12px;
    padding: 2rem;
}

.cost-category h4 {
    color: #2e7d32;
    margin-bottom: 1rem;
}

.cost-category ul {
    list-style: none;
    padding: 0;
}

.cost-category li {
    background: white;
    border-left: 4px solid #4caf50;
    padding: 0.8rem;
    margin-bottom: 0.5rem;
    border-radius: 0 6px 6px 0;
    display: flex;
    justify-content: space-between;
}

.cost-total-box {
    background: #2e7d32;
    color: white;
    padding: 1rem;
    border-radius: 6px;
    margin-top: 1rem;
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
}

/* Savings analysis */
.savings-analysis {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.savings-category {
    background: #fff3e0;
    border: 2px solid #ff9800;
    border-radius: 12px;
    padding: 2rem;
}

.savings-category h4 {
    color: #e65100;
    margin-bottom: 1rem;
}

.savings-category ul {
    list-style: none;
    padding: 0;
}

.savings-category li {
    background: white;
    border-left: 4px solid #ff9800;
    padding: 0.8rem;
    margin-bottom: 0.8rem;
    border-radius: 0 6px 6px 0;
}

/* International cooperation styling */
.international-cooperation {
    margin: 2rem 0;
}

.cooperation-benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.cooperation-framework {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.cooperation-framework h4 {
    color: #1976d2;
    margin-bottom: 1.5rem;
}

.cooperation-details h5 {
    color: #1565c0;
    margin: 1.5rem 0 0.8rem 0;
    border-bottom: 2px solid #bbdefb;
    padding-bottom: 0.5rem;
}

.cooperation-details ul {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}

.cooperation-details li {
    background: #e3f2fd;
    border-left: 4px solid #2196f3;
    padding: 0.8rem;
    margin-bottom: 0.5rem;
    border-radius: 0 6px 6px 0;
}

/* Implementation strategy styling */
.implementation-strategy {
    margin: 2rem 0;
}

.phase-overview {
    margin: 2rem 0;
}

.phase-details {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    margin-bottom: 2rem;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.phase-title {
    background: linear-gradient(135deg, #1976d2, #1565c0);
    color: white;
    padding: 1.5rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.phase-title h4 {
    color: white;
    margin: 0;
    font-size: 1.2rem;
}

.phase-timeline {
    background: rgba(255, 255, 255, 0.2);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

.phase-activities {
    padding: 2rem;
}

.phase-activities h5 {
    color: #1565c0;
    margin: 1.5rem 0 0.8rem 0;
    border-bottom: 2px solid #bbdefb;
    padding-bottom: 0.5rem;
}

.phase-activities ul {
    list-style: none;
    padding: 0;
}

.phase-activities li {
    background: #f5f5f5;
    border-left: 4px solid #2196f3;
    padding: 0.8rem;
    margin-bottom: 0.8rem;
    border-radius: 0 6px 6px 0;
}

/* Cross-party appeal framework */
.cross-party-framework {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.party-position {
    border-radius: 12px;
    padding: 2rem;
    border: 2px solid;
}

.party-position.conservative {
    background: #e3f2fd;
    border-color: #2196f3;
}

.party-position.labour {
    background: #ffebee;
    border-color: #e91e63;
}

.party-position.libdem {
    background: #fff3e0;
    border-color: #ff9800;
}

.party-position h4 {
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.party-position.conservative h4 {
    color: #1976d2;
}

.party-position.labour h4 {
    color: #c2185b;
}

.party-position.libdem h4 {
    color: #f57c00;
}

.party-position ul {
    list-style: none;
    padding: 0;
}

.party-position li {
    background: white;
    padding: 0.8rem;
    margin-bottom: 0.8rem;
    border-radius: 6px;
    border-left: 4px solid;
}

.party-position.conservative li {
    border-left-color: #2196f3;
}

.party-position.labour li {
    border-left-color: #e91e63;
}

.party-position.libdem li {
    border-left-color: #ff9800;
}

/* Embassy-style jurisdiction specific styling */
.jurisdiction-model {
    background: #f3e5f5;
    border: 2px solid #9c27b0;
    border-radius: 12px;
    padding: 2rem;
    margin: 2rem 0;
}

.jurisdiction-model h4 {
    color: #6a1b9a;
    margin-bottom: 1.5rem;
}

/* Implementation pathway specific styling */
.pathway-advantages {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.pathway-category {
    background: #e8f5e8;
    border: 2px solid #4caf50;
    border-radius: 12px;
    padding: 2rem;
}

.pathway-category h4 {
    color: #2e7d32;
    margin-bottom: 1rem;
}

.pathway-category ul {
    list-style: none;
    padding: 0;
}

.pathway-category li {
    background: white;
    border-left: 4px solid #4caf50;
    padding: 0.8rem;
    margin-bottom: 0.8rem;
    border-radius: 0 6px 6px 0;
}

/* Responsive design for asylum-specific elements */
@media (max-width: 768px) {
    .objections-analysis,
    .cross-party-framework,
    .pathway-advantages,
    .blocked-solution-consequences,
    .conservative-concerns,
    .key-revisions,
    .operational-framework,
    .comparative-costs,
    .savings-analysis,
    .cooperation-benefits {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .blocked-agreement,
    .jurisdiction-model,
    .party-position,
    .pathway-category,
    .phase-details,
    .cooperation-framework {
        padding: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .phase-title {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
}
