.abl-bf0d1312-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: 100%;
}

.abl-bf0d1312-card {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.abl-bf0d1312-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.abl-bf0d1312-cover {
    width: 100%;
    height: 280px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f8f9fa;
}

.abl-bf0d1312-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 16px;
}

.abl-bf0d1312-title {
    margin: 0 0 8px 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #1a1a2e;
}

.abl-bf0d1312-author {
    margin: 0 0 16px 0;
    font-size: 14px;
    color: #6c757d;
    line-height: 1.4;
}

.abl-bf0d1312-btn {
    display: inline-block;
    margin-top: auto;
    padding: 10px 20px;
    background-color: #FF9900;
    color: #111111;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.2s ease;
    cursor: pointer;
}

.abl-bf0d1312-btn:hover {
    background-color: #e68a00;
    color: #111111;
    text-decoration: none;
}
