.certification-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.9);
    padding: 5px 10px;
    border-radius: 4px;
    border: 2px solid #4CAF50;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.certification-badge img {
    width: 30px;
    height: 30px;
}

.certification-badge span {
    font-size: 12px;
    color: #4CAF50;
    font-weight: bold;
} 