﻿@charset "UTF-8";
/*
 * Heftausgabe action-row overrides (staging deploy shim).
 * Source of truth also lives in bauwelt.css next to .specialteaser .bottomline.
 * After bauwelt-all-min.css is rebuilt from bauwelt.css, remove this file and its
 * <link> from tp_bauwelt_template_rahmen.html to avoid duplication.
 */

.specialteaser.distance_mobil .bottomline.has-pdf-action {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 2rem;
	text-align: left;
}

.specialteaser.distance_mobil .bottomline.has-pdf-action::after {
	content: none;
	display: none;
	width: 0;
	height: 0;
}

.specialteaser.distance_mobil .bottomline.has-pdf-action > a {
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	text-decoration: none;
	background: transparent;
}

.specialteaser.distance_mobil .bottomline.has-pdf-action > a:hover,
.specialteaser.distance_mobil .bottomline.has-pdf-action > a:focus,
.specialteaser.distance_mobil .bottomline.has-pdf-action > a:focus-visible {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
	background: transparent;
	outline: none;
}

@media (max-width: 767px) {
	.specialteaser.distance_mobil .bottomline.has-pdf-action {
		gap: 1rem;
	}
}
