/* Klasyczne wyrównanie do lewej i bez dzielenia wyrazów. Front, opisy, panel. */
html {
	hyphens: none !important;
	-webkit-hyphens: none !important;
	-ms-hyphens: none !important;
}

body,
p,
li,
dd,
dt,
blockquote,
figcaption,
address,
td,
th,
label,
h1,
h2,
h3,
h4,
h5,
h6,
.odi-typography-content,
.odi-typography-content p,
.odi-page-prose,
.odi-page-prose p,
.odi-page-mod-copy,
.odi-page-mod-copy p,
.odi-about-copy,
.odi-about-copy p,
.odi-about-lead,
.odi-post-single__body,
.odi-post-single__body p,
.odi-post-single__content,
.odi-post-single__content p,
.odi-page-shell p,
.odi-partner-meta,
.odi-partner-note {
	text-align: left !important;
	text-align-last: auto !important;
	hyphens: none !important;
	-webkit-hyphens: none !important;
	-ms-hyphens: none !important;
}

.odi-chrome-hero,
.odi-chrome-hero p,
.odi-chrome-hero-kicker,
.odi-chrome-hero-title,
.odi-sidebar-contact-card,
.odi-sidebar-contact-card h4,
.odi-sidebar-contact-card p,
.odi-sidebar-contact-card span,
button,
.odi-contact-submit,
.odi-btn {
	text-align: center !important;
}

input,
select,
textarea {
	text-align: left !important;
}
