﻿.custom-card {
    max-width: 95%;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to bottom right, #0075a2, #00b5e2);
}

.info-container {
    background: white;
    color: black;
    padding: 10px;
    border-radius: 10px;
    text-align: left;
    font-size: 12px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

.info-container p {
    margin: 8px 0;
    display: flex;
    flex-direction: column;
}

.info-label {
    font-size: 10px;
    font-weight: normal;
    color: #555;
    display: block;
    margin-bottom: 2px;
}

.info-value {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.info-value-red {
    font-size: 14px;
    font-weight: bold;
    color: red;
}
