
.actualizacion-dardos {
    text-align: center;
    font-style: italic;
    color: #555;
    margin: 12px 0;
    font-size: 0.95rem;
}

.dedardos-faq {
    border-left: 4px solid #f5c518;
    padding: 12px 16px;
    background: #fff;
    margin: 18px 0;
}

.dedardos-faq-title {
    font-size: 1.05rem;
    margin: 0 0 8px 0;
}

.dedardos-faq-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dedardos-faq-item {
    margin-bottom: 8px;
}

.dedardos-faq-q {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 8px 0;
    font-weight: 600;
    cursor: pointer;
}

.dedardos-faq-a {
    padding-left: 8px;
    color: #333;
}

.dedardos-product {
    display: flex;
    gap: 12px;
    align-items: center;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 8px;
    margin: 10px 0;
}

.dedardos-product-img img {
    max-width: 80px;
    height: auto;
    display: block;
}

.dedardos-product-title {
    font-weight: 700;
}

.dedardos-product-price {
    margin-top: 6px;
    color: #111;
}

.dedardos-product-cta a {
    display: inline-block;
    margin-top: 8px;
    padding: 6px 10px;
    background: #f5c518;
    color: #111;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 700;
}
