/* Sponsored Events - Dashboard Card Style - High Priority */

.art_section {
    background-color: #ffffff !important;
    border-radius: 8px !important;
    margin-bottom: 1rem !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    overflow: hidden !important;
}

.event-card {
    background-color: #ffffff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    margin-bottom: 1.5rem !important;
    transition: box-shadow 0.3s ease-in-out !important;
}

.event-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

.event-banner {
    height: 199px !important;
    width: 100% !important;
    object-fit: cover !important;
    border-radius: 8px !important;
}

.event-title {
    color: #03142E !important;
    font-weight: bold !important;
    font-size: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.event-status {
    background-color: #027F73 !important;
    color: white !important;
    border: none !important;
    padding: 4px 12px !important;
    border-radius: 20px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

.event-dates {
    color: #027F73 !important;
    font-weight: bold !important;
    font-size: 14px !important;
    margin: 0 !important;
}

.event-description {
    color: #555 !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin-top: 8px !important;
}

.event-meta {
    color: #666 !important;
    font-size: 13px !important;
    margin-top: 8px !important;
}

/* Button styles matching application standards - High Priority */
.btn-primary {
    background-color: #027F73 !important;
    border-color: #027F73 !important;
    color: #ffffff !important;
    padding: 8px 20px !important;
    border-radius: 20px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    text-transform: none !important;
    transition: all 0.3s ease !important;
    border: none !important;
}

.btn-primary:hover {
    background-color: #026a60 !important;
    border-color: #026a60 !important;
    transform: translateY(-1px) !important;
}

.btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
    border: none;
}

.btn-yellow {
    background-color: #FED400;
    border: none;
    color: #03142E;
    padding: 6px 16px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 12px;
}

.btn-yellow:hover {
    background-color: #e0bc00;
}

/* Status button */
.event-status {
    background-color: #027F72;
    color: white;
    border: none;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.btn-outline-primary {
    border: 2px solid #027F73;
    color: #027F73;
    background-color: transparent;
    padding: 6px 18px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
}

.btn-outline-primary:hover {
    background-color: #027F73;
    color: white;
}

.event-detail-container {
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.alert-info {
    background-color: #e7f3ff;
    border-color: #027F73;
    color: #03142E;
}

/* Match the exact spacing from myarts */
.fin_arts {
    margin-bottom: 8px;
}

.price {
    margin-bottom: 8px;
}

.category_para p {
    margin-bottom: 0;
}
