@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    background: url(https://panel.myevent.pl/images/platnosci-bg.jpg);
    background-size: cover;
    padding-top: 20px;
}

.content {
    background-color: #f8f8fa;
    padding: 35px;
    border-radius: 15px;
}

header {
    color: white;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
}

.card {
    background: #fff;
    padding: 25px;
    box-sizing: border-box;
    margin: 0 auto;
    color: #333;
    border-radius: 0;
    border:0;
}

.content img {
    max-width: 100%;
    height: auto;
    border-radius: 15px 15px 0 0;
    border-bottom: 1px solid #eaeaea;
}

.card {
    padding: 0;
    border-radius: 15px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease-in-out;
}

.card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.card-content {
    padding: 25px;
}

h4 {
    font-size: 18px;
    font-weight: 700;
}

textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 30px;
    resize: none;
    overflow: hidden;
}

textarea:focus {
    outline: none;
}

h4 textarea {
    border:none;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
}

.card-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.card-content p textarea {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    border:none;
}

.btn-primary {
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    background-color: #2154ff;
    border: none;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 25px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 10px rgba(33, 84, 255, 0.2);
}

.btn-primary:hover {
    background-color: #1a4be8;
    box-shadow: 0 6px 15px rgba(33, 84, 255, 0.3);
}

h2 {
    color: #4e4e4e;
    font-weight: 700;
    font-size: 2.5rem;
}

h2 textarea {
    color: #4e4e4e;
    font-weight: 700;
    font-size: 2.5rem;
    border:none;
    background-color: #f8f8fa;
}

.edit {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: red;
    z-index: 1000;
    text-align: center;
    color: white;
}

.edit p {
    margin: 0;
    padding: 10px;
}

/* Button */
.edit p a {
    color: white;
    text-decoration: none;
    background-color: #2154ff;
    padding: 5px 10px;
    border-radius: 5px;
}

.not-ready,
.accepted {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 2rem;
    cursor: pointer;
}