/* Stald Steinmejers fælles farvepalette. */
:root {
    --blue: #4169e1;
    --blue-dark: #2747b8;
    --pink: #f05a9d;
    --blue-soft: #f1f4ff;
    --pink-soft: #fff0f7;
    --gradient: linear-gradient(135deg, #4169e1, #f05a9d);
}

.button {
    box-shadow: 0 9px 25px rgba(65, 105, 225, .24);
}

.image-placeholder {
    background-image: url('../images/velkommen-stald.webp');
    background-position: 52% center;
    background-size: cover;
    background-repeat: no-repeat;
}

.horse-one {
    background-image: url('../images/vogn-maratonkoersel.webp');
    background-position: 51% 58%;
    background-repeat: no-repeat;
}

.horse-two {
    background-image: url('../images/konfirmationskoersel-forside.webp');
    background-position: center;
    background-repeat: no-repeat;
}

.design {
    background-image: url('../images/es-diamant-design.webp');
    background-position: center 52%;
    background-repeat: no-repeat;
}

.admin-form input:focus {
    box-shadow: 0 0 0 3px rgba(65, 105, 225, .14);
}

.story-number {
    color: rgba(65, 105, 225, .09);
}

.content-note,
.temporary-label {
    color: #a32966 !important;
}

.price-featured {
    background: linear-gradient(145deg, rgba(65, 105, 225, .76), rgba(240, 90, 157, .48));
}

.color-blue {
    background: #4169e1;
}

.color-pink {
    background: #f05a9d;
}
