.webinar-border {
    padding-bottom: 2rem;
    margin: auto;
    width: calc(90% + 20px);

}

.webinar-card {
    background-color: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
    border-radius: 0.5rem;
    overflow: hidden;
    height: 308px;
}

.webinar-card-information {
    display: flex;
    flex: 1;
    padding: 1.5rem;
}

.webinar-date-card {
    background-color: #007AB0;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 24px;
    color: white;
    text-align: center;
}

.webinar-date-card .month {
    font-size: 1.5rem;
    font-weight: bold;
}

.webinar-date-card .day {
    font-size: 2.25rem;
    font-weight: bold;
}

.webinar-date-card .year {
    font-size: 1.25rem;
}

.webinar-image-card {
    height: 308px;
    width: 192px;
    object-fit: cover;
}

.category {
    display: inline-block;
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    text-align: center;
}

.category.webinar {
    background-color: #f97316;
}

.category.umum,
.category.eksklusif {
    background-color: #3b82f6;
}

.category.free {
    background-color: #22c55e;
}

@media (max-width: 992px) {

    .text-title {
        margin-top: 0.25rem !important;
    }

    .webinar-card-information {
        padding: 0.5rem;
    }

    .text-price {
        margin-top: 1rem !important;
    }
}

@media (max-width: 498px) {
    .text-title {
        width: 220px !important;
    }
}

@media (max-width: 595px) {
    .text-title {
        width: 328px;
    }
}

@media (max-width: 768px) {
    .webinar-card {
        height: 108px;
    }

    .webinar-card-information {
        padding: 0.25rem;
    }

    .webinar-border {
        padding-bottom: 2rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        width: 100%;
    }

    .webinar-image-card {
        height: 108px;
        width: 82px;
    }

    .webinar-date-card {
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 12px;
    }

    .webinar-date-card .month {
        font-size: 0.75rem;
        font-weight: bold;
    }

    .webinar-date-card .day {
        font-size: 1.25rem;
        font-weight: bold;
    }

    .webinar-date-card .year {
        font-size: 0.5rem;
    }

    .category {
        padding: 2px 0.25rem;
        font-weight: 500;
        font-size: 0.5rem;
    }

    .text-title {
        font-size: 0.75rem !important;
        margin-top: 0 !important;
        font-weight: 500 !important;
        line-height: 1.05 !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .text-place {
        margin-top: 2px !important;
        line-height: 1 !important;
        font-size: 50%;
        white-space: nowrap !important;
        white-space: nowrap;
        overflow: hidden
    }

    .text-clock {
        margin-top: 4px !important;
        line-height: 1 !important;
    }

    .text-clock.time {
        font-size: 50% !important;
    }

    .text-company {
        margin-top: 0 !important;
        margin-left: 0 !important;
        font-size: 50%;
    }

    .text-price {
        margin-top: 0.25rem !important;
    }

    .text-price .amount {
        font-weight: 600 !important;
        font-size: 0.5rem !important;
        padding: 2px 2px !important;
    }

}

.text-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 1rem;
}

.text-place {
    color: #4b5563;
    margin-top: 0.5rem;
    line-height: 1.5;
}

.text-clock {
    display: flex;
    align-items: center;
    color: #4b5563;
    margin-top: 0.25rem;
}

.text-clock.time {
    font-size: 1rem;
}

.text-price {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.25rem;
}

.text-price .amount {
    background-color: #007AB0;
    color: #f3f4f6;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
}

.text-company {
    display: flex;
    align-items: center;
    color: #4b5563;
    margin-top: 0.5rem;
}

.text-company .name {
    margin-left: 0.5rem;
    font-size: 1rem;
}