p img {
    max-width: 100%;
    height: auto;
}

.Category-click span::before {
    right: -32px !important;
}

.course-cart {
    max-height: 450px;
    overflow-y: auto;
    scrollbar-width: thin;
    padding: 30px 24px;
    margin-top: 16px;
}

.text-ellipsis-200 {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
}

.filament-tiptap-grid-builder {
    display: grid;
    gap: 2rem;
}

.filament-tiptap-grid-builder__column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.filament-tiptap-grid-builder__column img {
    max-width: 100%; /* Image will not exceed the column's width */
    height: auto; /* Maintain aspect ratio */
    display: block; /* Prevent inline spacing issues */
}

@media (max-width: 768px) {
    .filament-tiptap-grid-builder {
        grid-template-columns: 1fr !important;
    }
}

[data-as-button="true"][data-as-button-theme="primary"] {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background-color: #2467EC;
    padding: 0 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border: 1px solid transparent;
}

.hero-text h2 {
    font-size: 30px;
}

.faq-detalis-info ol {
    padding-left: 2rem !important;
}

.faq-detalis-info ol li {
    list-style: decimal !important;
}

.faq-detalis-info ul li {
    list-style: disc !important;
}

.faq-detalis-info ul {
    padding-left: 2rem !important;
}

.blog-home-wrapper .blog-thumb img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
}