/* Custom styles */

.btn-primary, .btn-primary:visited, .btn-primary:focus {
    background-color: #e52b36;
    border-color: #e52b36;
}

.btn-primary:hover {
    background-color: #eb3b46;
    border-color: #eb3b46;
}

ul.typo3-messages {
    padding-left: 0;
}

ul.typo3-messages {
    padding-left: unset;
}

.alert-message {
    margin-bottom: 0;
}

li.alert {
    list-style-type: none;
}

.bookstoresearch__wrapper {
    position: relative;
    margin: 20px 0;
}

.bookstoresearch__wrapper i {
    font-family: "Font Awesome 6 Free";
    color: #999999;
    position: absolute;
    left: 20px;
    top: 15px;
    font-weight: bold;
}

#bookstoreSearch {
    width: 100%;
    padding: 12px 20px 12px 50px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}

#bookstoreTable {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 18px;
}

#bookstoreTable .header i {
    padding-right: .1em;
}

#bookstoreTable th {
    cursor: pointer;
}

#bookstoreTable th.col--plz {
    width: 77px;
}
#bookstoreTable th.col--id {
    width: 142px;
}
#bookstoreTable th.col--btn {
    width: 114px;
}

#bookstoreTable th.field__sortable {
    text-align: center !important;
}

#bookstoreTable th, #bookstoreTable td {
    text-align: left;
    padding: 8px 8px;
    vertical-align: top;
    font-size: 0.9em;
}

#bookstoreTable td p {
    margin-bottom: 0 !important;
}

#bookstoreTable td i.fa-solid {
    color: #E52B36;
    font-size: 0.8em;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    display: inline-block;
    text-decoration: inherit;
}

.icon-send:before {
    content: "\f1d8";
}

.box__description {
    padding: 0;
    /*background-color: blue*/
}
.box__description--title {
    padding: 1em;
    background-color: #efefef;
}
.box__description--content {
    padding: .5em 1em;
    /*background-color: red;*/
}
.box__description--content p:last-child {
    margin-bottom: 0;
}

.btn--text {
    font-size: .8em;
    float: right;
    padding: 0px 8px;
}