/* Costa Rica Bus Guide Core Styles */

.cr-bus-search-container {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 25px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.cr-bus-search-form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: flex-end;
}

.cr-search-field {
    flex: 1;
    min-width: 200px;
    display: flex;
    flex-direction: column;
}

.cr-search-field label {
    font-weight: 600;
    margin-bottom: 5px;
    color: #2c3e50;
}

.cr-search-field select {
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 15px;
    background: #fff;
}

.cr-search-submit button {
    background: #007bff;
    color: #fff;
    border: none;
    padding: 11px 20px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.cr-search-submit button:hover {
    background: #0056b3;
}

.cr-bus-route-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.04);
}

.cr-route-header {
    border-bottom: 2px solid #edf2f7;
    padding-bottom: 15px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.cr-route-header h2 {
    margin: 0;
    color: #1a202c;
    font-size: 24px;
}

.cr-bus-company {
    background: #ebf8ff;
    color: #2b6cb0;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 14px;
}

.cr-route-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-bottom: 25px;
}

.cr-info-item {
    background: #f7fafc;
    padding: 15px;
    border-radius: 6px;
    border-left: 4px solid #3182ce;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.cr-info-item strong {
    font-size: 13px;
    color: #4a5568;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cr-info-item span {
    font-size: 16px;
    color: #2d3748;
    font-weight: 500;
}

.cr-map-link {
    font-size: 13px;
    color: #3182ce;
    text-decoration: none;
    margin-top: 5px;
}

.cr-map-link:hover {
    text-decoration: underline;
}

.cr-price {
    color: #2f855a;
    font-weight: 700;
}

.cr-route-schedules {
    background: #fffaf0;
    border: 1px solid #feebc8;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.cr-route-schedules h3 {
    margin-top: 0;
    color: #c05621;
    font-size: 18px;
    margin-bottom: 12px;
}

.cr-schedule-block {
    margin-bottom: 10px;
}

.cr-schedule-block:last-child {
    margin-bottom: 0;
}

.cr-route-tips {
    background: #e6fffa;
    border: 1px solid #b2f5ea;
    padding: 15px 20px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.cr-route-tips h3 {
    margin-top: 0;
    color: #234e52;
    font-size: 17px;
}

.cr-route-affiliates {
    background: #f0fff4;
    border: 1px solid #c6f6d5;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 20px;
    text-align: center;
}

.cr-route-affiliates h3 {
    margin-top: 0;
    color: #22543d;
    font-size: 18px;
    margin-bottom: 15px;
}

.cr-affiliate-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.cr-btn {
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: transform 0.1s;
}

.cr-btn:hover {
    transform: translateY(-1px);
}

.cr-btn-booking {
    background: #003580;
    color: #fff;
}

.cr-btn-shuttle {
    background: #38a169;
    color: #fff;
}

.cr-route-adsense {
    text-align: center;
    margin-top: 20px;
    padding: 15px;
    background: #f7fafc;
    border: 1px dashed #cbd5e0;
    border-radius: 6px;
}

/* Local Sponsor Card Styles */
.cr-local-sponsor-card {
    background: linear-gradient(135deg, #fffaf0 0%, #feebc8 100%);
    border: 2px solid #dd6b20;
    border-radius: 8px;
    padding: 20px;
    margin-top: 25px;
    position: relative;
    text-align: center;
}

.cr-sponsor-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: #dd6b20;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 12px;
    text-transform: uppercase;
}

.cr-sponsor-banner img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 15px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.cr-sponsor-content h4 {
    margin: 0 0 8px 0;
    font-size: 20px;
    color: #7b341e;
}

.cr-sponsor-promo {
    font-size: 15px;
    color: #2d3748;
    margin-bottom: 15px;
    font-weight: 500;
}

.cr-btn-sponsor {
    background: #dd6b20;
    color: #fff;
}

.cr-btn-sponsor:hover {
    background: #c05621;
    color: #fff;
}
