.bs-image {
    margin: 0;
    padding: 0;
    line-height: 0;
}

.bs-image img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

/* Border Radius Presets */
.bs-image--radius-sm img { border-radius: 4px; }
.bs-image--radius-md img { border-radius: 8px; }
.bs-image--radius-lg img { border-radius: 16px; }
.bs-image--radius-xl img { border-radius: 24px; }
.bs-image--radius-full img { border-radius: 9999px; }

.bs-image--radius-sm,
.bs-image--radius-md,
.bs-image--radius-lg,
.bs-image--radius-xl,
.bs-image--radius-full {
    overflow: hidden;
}

/* Shadow Presets */
.bs-image--shadow-sm img { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }
.bs-image--shadow-md img { box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1); }
.bs-image--shadow-lg img { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1); }
.bs-image--shadow-xl img { box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1); }

/* Caption */
.bs-image figcaption {
    margin-top: 8px;
    font-size: 0.875rem;
    line-height: 1.4;
    color: #6b7280;
    text-align: center;
}
